2022-04-01から1ヶ月間の記事一覧
一つのPython コードの中に「Python コードをファイルに書き出す」「その書き出した Python コードを import して、実行する」ことを書くことができた: pyvar = 'a = (1,2,3)' pydef = ''' def prt (x) : print('hello' + x) print(a) return x ''' pydef0 …
一つのPython コードの中に「Python コードをファイルに書き出す」「その書き出した Python コードを import して、実行する」ことを書くことができた: pyvar = 'a = (1,2,3)' pydef = ''' def prt (x) : print('hello' + x) print(a) return x ''' pydef0 …