Skip to content

Instantly share code, notes, and snippets.

@ashutoshpipriye
Created May 27, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashutoshpipriye/7edc07113141557fcce689c146f21d57 to your computer and use it in GitHub Desktop.
Save ashutoshpipriye/7edc07113141557fcce689c146f21d57 to your computer and use it in GitHub Desktop.
# What will the output be for the following code?
let = "z"
let_two = "p"
c = let_two + let
m = c*5
print(m)
# output
pzpzpzpzpz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment