Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
0いいね 388回再生

Introduction to Python Tutor

Here's the code:

def greeting(message):
print("Hello", message)

m = input("Please type your name:")
greeting(m)

Launch the notebooks on Binder:
mybinder.org/v2/gh/mike-matera/python-for-everyone…

コメント