Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NEED PYTHON CODE The provided code stub reads two integers, a and b , from STDIN. Add logic to print two lines. The first line

NEED PYTHON CODE
The provided code stub reads two integers, a and b , from STDIN.
Add logic to print two lines. The first line should contain the result of integer division, a // b. The second line should contain the result of float division, a / b.
No rounding or formatting is necessary.
Example
a=3
b=5
The result of the integer division 3//5=0.
The result of the float division is 3/5=0.6.
Print:
0
0.6
Sample Input 0
4
3
Sample Output 0
1
1.33333333333

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

=+3. How do you want to affect this reputation?

Answered: 1 week ago

Question

politeness and modesty, as well as indirectness;

Answered: 1 week ago