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
Ranked #72.9K
~507 People Reached
Favorite Forums
Programming x 1
Say Hello! x 1
Favorite Tags
python x 2
first-post x 1
2 Posted Topics
Re: help with phyton
Hi everyone, please advise where I'm getting my python code wrong. Question:Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second number, using integer division so that the answer is an …
q: Write a program that prompts the user to enter two integers, one per prompt. The program should then display the result of dividing the first number by the second number, using integer division so that the answer is an integer quotient, and a remainder. Output: Enter an integer >17 …
The End.
arthurtainment