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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
