+ 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 šŸ‡®šŸ‡³