Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~93 People Reached
Favorite Forums
Favorite Tags
Member Avatar for oasuspender

Here is my code but getting a error Learning Python Code needed ask user number miles driven, gallons of gas used caluculate car mpg display result? miles_driven=raw_input("How many miles have you driven?\n") gallons_of_gas_used=raw_input("Now how much gas have you used?\n") print int(miles_driven) / int(gallons_of_gas_used)

Member Avatar for vegaseat
-1
93