Computer Science, asked by amishafilomeena1003, 8 months ago

please answer this question if you know the answer then only answer else reported
answer all of them this is of computer science show the workings on IDLE.

Accept a number. Divide it by 5 and find
the remainder and quotient.

Q4) Print the following using \n

We have sports period on Wednesday.

I love to play Basketball. I go to the Sports field to play.​

Answers

Answered by eidenwilson123
1

Answer:

First one:

num=int(input("enter a number to be divided by 5"))

quotient=num/5

remainder=num%5

print(quotient)

print(remainder)

Second one:

print("We have sports period on Wednesday." + "\n" + "I love to play Basketball. I go to the Sports field to play.​")

pls mark as brainliest.

Answered by Anonymous
1

Answer:

Hey, the programs are attached above.

Attachments:
Similar questions