Skip to content

Instantly share code, notes, and snippets.

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