Question: #Q Write the output of the following code: s = SillyPython - 5 6 1 result = for char in s : if char

#Q Write the output of the following code:
s = "SillyPython-561"
result =
for char in s :
if char in str(not s):
result+="B"
elif charisalpha0:
result += char.upper0
elif charisdigit0:
result+=str( int ( char )+3)
else:
result += char
print(result)
 #Q Write the output of the following code: s = "SillyPython-561"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!