Advertisement
Whistik

Untitled

Jul 10th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. prnt = "str = 'tvoje mamka'".split("'")
  2. variableName = prnt[0].split("=")
  3.  
  4. command = "echo (str)".split('(')
  5. command = command[1][:-1]
  6. if command == variableName[0][:-1]:
  7. print("Value of variable '"+command+"' is '"+str(prnt[1])+"'.")
  8. else:
  9. print("NENI")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement