print("How math is used to pursue a career in software development") go =True while go == True: print("1) Majors that can be used to pursue a job in software development") print("2) Colleges that provide my majors") print("3) Highschool classes that will help me prepare for this career") print("4) How math can be used in my career") print("5) Sallary range for software development") print("6) Job description") choice = int(input("Choose option ")) if choice == 1: print() print() print("1-Computer Science") print("2-Computer Information Systems") print("3-Software Engineering") print() print() if choice == 2: print() print() print("Stanford University") print("University of California") print() print()
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