Question: # QUESTION 2 : # Create a python program that will take two numbers from the user: A and B . # Check if A
# QUESTION :
# Create a python program that will take two numbers from the user: A and B
# Check if A divided by B leaves a remainder of or not.
# Example:
# If the user enters and print "NOT ACCEPTED" because the remainder is
# If the user enters and print "ACCEPTED" because the remainder is
# Write your code here:
A evalinputEnter A:
eval inputEnter B:
if :
print ACCEPTED
else:
printNOT ACCEPTED"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
