Meanwhile in Python land, I spent all night finishing qustion 1 of my homework.
Question:
Create a python program that adds together any amount of numbers as specified by the user. Deskcheck your answer with one set of data to ensure it works for all numbers.
Answer:
Code:first = input("please input the sum you dumb biatch: ") print "Oi, dumb biatch, your total sum is",first raw_input("\nPress the enter key to exit")
Bookmarks