for i in ( " CLASS " ) ;
print (i)
What will be the output of the above python program ?
Answers
Answered by
0
Answer:
What will be the output of above Python code? Explanation: Since in print statement, str1 is written inside double quotes so it will simply print str1 directly. 2.
Explanation:
here is your answer
Similar questions