YahiaOsama

Untitled

Apr 20th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. if name == "":
  2. echo "Poor soul, you lost your name?"
  3. elif name == "name":
  4. echo "Very funny, your name is name."
  5. else:
  6. echo "Hi, ", name, "!"
  7. if x4: x4 = false
  8.  
  9. if not x4:
  10. if y4:
  11. y4 = false
  12. else:
  13. y4 = true
  14.  
  15. if yes("Should I delete all your important files?"):
  16. echo "I'm sorry Dave, I'm afraid I can't do that."
  17. else:
  18. echo "I think you know what the problem is just as well as I do."
  19. if i+j == 3145:
  20. echo i, ", ", j
  21. if n == 0:
  22. bs = "No more bottles"
  23. elif n == 1:
  24. bs = "1 bottle"
  25. else:
  26. bs = $n & " bottles"
  27. if a[l] < p:
  28. inc l
  29. continue
  30. if a[r] > p:
  31. dec r
  32. continue
  33. if l <= r:
  34. swap a[l], a[r]
  35. inc l
  36. dec r
  37. if n.isLeaf: result = $n.data
  38. if n.isLeaf: result = @[n.data]
  39. else:
  40. result = @[]
  41. for x in n.list:
  42. result.add flatten x
Add Comment
Please, Sign In to add comment