fork download
  1. # 0KHRgtC10L/Rg9C60L7QstCw
  2. def greet(Vovalox):
  3. return f"{Vovalox
  4. } "*5
  5.  
  6. print(greet('мяу'))
  7. print(bool(22))
  8.  
  9. print("мои враги:")
  10. enemies = ["вова", "матан", "гніліе банані"]
  11. print(f"1. "+enemies[0])
  12. print(f"2. "+enemies[1])
  13. print(f"3. "+enemies[2])
  14.  
Success #stdin #stdout 0.07s 14108KB
stdin
Standard input is empty
stdout
мяу мяу мяу мяу мяу 
True
мои враги:
1. вова
2. матан
3. гніліе банані