Skip to content

Instantly share code, notes, and snippets.

@BjoernSchilberg
Last active October 24, 2022 18:41
Show Gist options
  • Save BjoernSchilberg/fb6677f148751391e689597b07685ba0 to your computer and use it in GitHub Desktop.
Save BjoernSchilberg/fb6677f148751391e689597b07685ba0 to your computer and use it in GitHub Desktop.
Programmiersprachen für Kinder

Programmiersprachen für Kinder

Links

TigerJython

Alternative to TigerJython input.

from turtle import textinput
name = textinput("Name", "Please enter your name:")

print("Hello", name + "!")

Online Umgebungen

Tutorials

imagiCharm

Das Internet

KI

Spiele

Bücher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment