#Homework print("This is my homework project. Feel free to browse!") reading = True while reading == True: A = int(input("to see computing, press 1, to see maths, press 2, to see engilish, press 3, and pe is 4.5 to exit")) if A == 1: print("this year computing has been a thrill:") print("The website work has been not only fun but we constructevly worked in a group.") print("Also, scratch was just all round enjoyable and I really liked it.") print("The E-saftey lessons were just weird though. I did'nt like them.") elif A == 2: print("This is how I felt about Maths this year") print("In our angles work I found it very fun and quite easy.I have really enjoyed it") print("also, in divsion I found it very intresting and reliving becase I really wanted\nto work out the bus stop method") print("furthemore as I have never properly understood premiter and area, this year really helped.") elif A == 3: print("english had diffrent effects on me compared to all the other subjects.") print("this is probably becase of the horror stories we have written making me feel creeped out and disturbed") print("or mabey its the most boring part of the crucilum ... Perswasive Writing.") print("anyway perswasive writing may have been boring but at least I enjoyed newspapers!") elif A == 4: print("finally, pe. this year I found it most enjoyablebecase of the vast range of diffrent things we did.\n Here are my highlights") print("the orignial rolling lessons") print("the hard but fun ballencing lessons") print("and(My Favroute) Street Dance!") elif A == 5: break else: print("Invalid") print("thanks for playing ;)")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question