Advertisements
Advertisements
प्रश्न
Find the errors from the given code.
for i in 1 to 100 :
printIअति संक्षिप्त उत्तर
Advertisements
उत्तर
Errors: Python does not use 1 to 100; use range(). Also use the same variable name i, and Python 3 print().
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
