#! /usr/bin/python3 # -*- coding:UTF-8 -*- x = 50 def func_eq(): print(f'x等于:{x}') func_eq()