Advertisements
Advertisements
प्रश्न
Write the output of the following Python code:
for k in range(7,40,6):
print ( k + '-' )अति संक्षिप्त उत्तर
Advertisements
उत्तर
Error as unsupported operand type(s) for +: 'int' and 'str'.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
