Tuesday 30 January 2024

Function

 def greet_with(name, location):

    print(f"hello {name}")
print(f"How is the weather in {location}")
greet_with("Harry", "Inala")

No comments:

Post a Comment

Fix Macbook touchbar not working

To reset Touch Bar on MacBook Pro, you need to restart the Touch Bar and Control Strip by running these two commands in Terminal: 'sudo...