Can anyone help me with this tigerjython task?
She's second in the selection process. My computer science grade depends on it, so it would be really nice if you could help me.
She's second in the selection process. My computer science grade depends on it, so it would be really nice if you could help me.
I want to study software engineering, but it's not really convenient in my area without me having to move away. Distance learning would be an option. What do you think? Do you have experience (possibly with AKAD University)? I don't know what to think about it to be honest, although I could then work more…
Hello, I want to program my first game and need a good 3D program but I only find ones for the 3D printer could someone help me with this
Hey, I studied game development at a distance learning school in 2019 and didn't get a bachelor's degree there, but a state-recognized certificate. Since 2023 I've been studying visual effects, animation and compositing at a private Australian school where I'm getting a private degree, so nothing state-recognized. Now, while I'm studying animation at my Australian…
Hello, I'm currently learning programming, and I already have some experience. I've dabbled in C a bit since I've been working with circuit boards. However, I'm having the problem that although I can get things to work, it takes a very long time, and I find it very difficult to structure my program. What's more,…
Hello friends, I am currently involved in a university project in which I have to program a slot machine using Java Eclipse (of course with a graphical user interface = GUI) The deadline is getting closer and closer and so far I have the problem that I have broken my Eclipse software several times. I've…
In your tutorial, some commands are already shown, for this task you need the loop with “repeat” and the commands forward(range) and left(90).
left(90) always bends to the left by 90°, i.e. at right angles.
With
you draw a square of the side length 100. You go four times 100 steps forward and turn left after 100 steps. In the end, you’re back where you started.
The spiral goes so similar, only that after each turn you have to reduce the far a bit.
Try it.
And if the whole is to be colored, you have to change the color, for example, by far = 300 and by far = 100.
With the values 500 as the initial value for wide, 100 as a repetition number and 5 as a shortcut you have to play a little around. I didn’t try this now.
However, according to the task, the spiral should be drawn differently
Right, I drew from the outside to the inside.
So don’t move, but enlarge.
And probably then +1 then the distance between two lines is exactly 4.