Skip to content

Instantly share code, notes, and snippets.

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