Mar-15-2022, 06:20 AM
Print
should be all lower case and you need to call the function hello
def hello(): print("hello world") return "Goodbye, Mars!" ######## print(hello())
Output:hello world
Goodbye, Mars!
Exercism with Python
|
|
Messages In This Thread |
Exercism with Python - by Gyga_Hawk - Mar-13-2022, 10:12 AM
RE: Exercism with Python - by Larz60+ - Mar-13-2022, 12:45 PM
RE: Exercism with Python - by Gyga_Hawk - Mar-15-2022, 05:53 AM
RE: Exercism with Python - by Yoriz - Mar-15-2022, 06:20 AM
RE: Exercism with Python - by Gyga_Hawk - Mar-17-2022, 05:55 AM
RE: Exercism with Python - by Yoriz - Mar-17-2022, 06:26 AM
RE: Exercism with Python - by ndc85430 - Mar-17-2022, 06:57 AM
RE: Exercism with Python - by Gyga_Hawk - Mar-17-2022, 08:57 AM
RE: Exercism with Python - by ndc85430 - Mar-18-2022, 08:53 AM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Tracking leap.py years for gregorian calendar (Exercism org) | Drone4four | 11 | 6,159 |
Oct-14-2022, 03:20 PM Last Post: betinajessen |
|
Meltdown Mitigation (operators + conditionals) beware: Exercism potential spoiler | Drone4four | 5 | 3,888 |
Feb-21-2022, 08:49 AM Last Post: Gribouillis |