You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The provided code stub reads two integers, and , from STDIN.
# Add logic to print two lines. The first line should contain the result of integer division, // . The second line should contain the result of float division, / .