Importing variables from other files in Python · a = 3 print('saying hi in A'). Here's B.py: · from A import a print('The value of a is %s in B' % ...
確定! 回上一頁