Explored some Python at
Gork Learning. Worked on, Hour of Code: Disease Epidemic! The curious case of the glowing nose. Learned to write a program to read in suggested names and print them out.
The code I used:
name = input("Hi kitty what is your name? ")
print("Meow", name)
The interaction looked like this:
Hi kitty what is your name? Esa
Meow Esa
No comments:
Post a Comment