Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Last active April 20, 2018 05:52
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 filipgorczynski/cfcb6427456b52cece57576b4696e731 to your computer and use it in GitHub Desktop.
Save filipgorczynski/cfcb6427456b52cece57576b4696e731 to your computer and use it in GitHub Desktop.
uczen = "Alpha Bravo"
punkty = 80
print(f"Cześć {uczen}. Uzyskałeś {punkty} punktów z egzaminu.")
print(f"2 + 2 = { 2 + 2 }")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment