filmov
tv
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:
def greeting(message):
print("Hello", message)
m = input("Please type your name:")
greeting(m)
Launch the notebooks on Binder: