Introduction to Python Tutor

preview_player
Показать описание
Here's the code:

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

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

Launch the notebooks on Binder:
Рекомендации по теме
visit shbcf.ru