Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
Re: help with phyton
a = int(input('Enter an integer >')) b = int(input('Enter an integer >')) quotient=a//b remainder=a%b print("17 divided by 3 is",quotient,"remainder",remainder)
The End.
65_Sudhir