First = 5 Second = 3 print First + Second8
Now type in this.
YourTeacher = Mrs. Shock(You have to have one word or this dosen't work)
MyTeacher = YourTeacherYourTeacher
"Mrs. Shock"
MyTeacher
"Mrs. Shock"
Try this
MyTeacher = "Mrs. Kay"print MyTeacher
Mrs. Kay
print YourTeacher
Mrs. Shock
Now were going to do is numbers and strings
First = '5' Second = '3' First + Second'53'
Keep up the good work
ReplyDeleteThank you.;)
ReplyDeleteGood work, keep it up :)
ReplyDelete