Skip to content

Instantly share code, notes, and snippets.

@15nmcgoldrick
Created October 13, 2016 14:35
Show Gist options
  • Save 15nmcgoldrick/a39e5e95c3caeae14bbfd2c0a7cf7fec to your computer and use it in GitHub Desktop.
Save 15nmcgoldrick/a39e5e95c3caeae14bbfd2c0a7cf7fec to your computer and use it in GitHub Desktop.
print("type a number between 1 and 10" in english and this programme will translate it into german)
#make sure you type the word eg. one insteaad of the number eg. 1
one = "eins"
two = "zwei"
three = "drei"
four = "vier"
five = "funf"
six = "sechs"
seven = "sieben"
eight = "acht"
nine = "neun"
ten = "zehn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment