+ 1

Pls guys help šŸ™ where is bug in this code

maxBid = int(input() while(True): bid = int(input()) if bid>maxBid: break print("Sold:", bid)

25th Jan 2023, 12:50 PM
ТұрГыханов Райымбек
ТұрГыханов Райымбек - avatar
1 Answer
+ 12
first line missing closing brace ')'. print(..) should be outside loop..
25th Jan 2023, 12:55 PM
Jayakrishna šŸ‡®šŸ‡³