FR
This page lists questions and answers that were posted by visitors named FR.
Questions
The following questions were asked by visitors named FR.
Answers
The following answers were posted by visitors named FR.
D i took the test:)
13 years ago
I have this code. Is it correct? floors=int(input("Enter number of floors in the hotel: ")) if floors>0: s=0 total_rooms=[] total_occupied=[] for i in range(0,floors): while(True): rooms=int(input("Enter number of rooms on the floor: ")) if rooms <10: pri...
4 years ago