1. what will be the output of give code snippet.
S="I scored 90"
print(s.alnum0)
(1 Point)
False
Answers
Answered by
0
Answer:
What will be the output of the following Python code snippet? Explanation: The formatting option print(“%Ns”,X) helps us add 'N' number of spaces before a given string 'X'. Hence the output for the code snippet shown above will be 56 blank spaces before the string “san-foundry”.
Similar questions