2.3 code practice edhesive
Answers
Answered by
1
High Caliber Content
Courses were developed with the best high school and college educators in the country.
Engaging & Relevant
Videos, interactive activities and career connections make learning fun.
Interactive Practice
Students get instant feedback on their code from embedded code graders.
Support
Undergraduate and graduate students from the country’s best universities are available 7-days per week.
Courses were developed with the best high school and college educators in the country.
Engaging & Relevant
Videos, interactive activities and career connections make learning fun.
Interactive Practice
Students get instant feedback on their code from embedded code graders.
Support
Undergraduate and graduate students from the country’s best universities are available 7-days per week.
Answered by
1
Answer:
x=float(input("input an interger: "))
y=float(input("input an interger: "))
print("quotient: " + str(int(x/y)))
print("remainder: " + str(int(x%y)))
Explanation:
hope this helps :)
Similar questions