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…
コメント