Skip to content

Instantly share code, notes, and snippets.

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