Skip to content

Commit f764ae6

Browse files
committed
New Crowdin translations by GitHub Action
1 parent 5cedd0d commit f764ae6

File tree

171 files changed

+5616
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+5616
-0
lines changed

de-DE/code/starter/main.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
from p5 import *
2+
from math import sin
3+
4+
x = 0 # starting position of the snake
5+
6+
7+
def setup():
8+
size(400, 400)
9+
background('lightblue')
10+
no_stroke()
11+
12+
13+
def draw():
14+
15+
run()
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "Python wild - Wiggle the snake"
2+
identifier: "python-wild-wiggle-the-snake"
3+
type: 'python'
4+
build: true

de-DE/images/banner.png

19 KB
Loading

de-DE/images/step_1.png

11 KB
Loading

de-DE/images/step_2.png

11.2 KB
Loading

de-DE/images/step_3.png

12.9 KB
Loading

de-DE/images/step_4.png

13.3 KB
Loading

de-DE/images/step_5.png

14.4 KB
Loading

de-DE/images/step_6.png

15.4 KB
Loading

de-DE/meta.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: "Python wild - Wiggle the snake"
2+
hero_image: images/banner.png
3+
description: Make a colourful snake slither across the screen using variables and animation in Python.
4+
meta_title: Learn to code with Python Wild | Wiggly Snake
5+
meta_description: Learn Python with the Raspberry Pi Foundation. Build and animate a wiggly snake with code and creativity.
6+
version: 1
7+
listed: true
8+
copyedit: false
9+
last_tested: "2025-04-10"
10+
steps:
11+
- title: step_1
12+
- title: step_2
13+
completion:
14+
- engaged
15+
- title: step_3
16+
- title: step_4
17+
- title: step_5
18+
- title: step_6
19+
completion:
20+
- internal
21+
- external

0 commit comments

Comments
 (0)