You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return "".join(chr((ord('a') if i.islower() else ord('A'))+(ord(i)-(ord('a') if i.islower() else ord('A'))+num)%26) if i.isalpha() else i for i in str)
# keep this function call here
# to see how to enter arguments in Python scroll down