===========Homework for Lesson one=========== 1.Add two numbers 2.Multiply two numbers 3.Input what you want, then print it out 4.Input two numbers, add them and print the sum Log in to Reply
My Python script in Python 3.7.4 (Homework) print (1+1) print (2*2) n=5 print (n) N=5 print (n+N) Log in to Reply
4 comments on “Lesson 1”
Homework
===========Homework for Lesson one===========
1.Add two numbers
2.Multiply two numbers
3.Input what you want, then print it out
4.Input two numbers, add them and print the sum
My Python script in Python 3.7.4
(Homework)
print (1+1)
print (2*2)
n=5
print (n)
N=5
print (n+N)
Good job!
Keep safe and healthy.
See you Thursday.