#! /usr/bin/python3 # -*- coding:UTF-8 -*- def func_var(x): print (f'局部变量x为:{x}') func_var(10)