0
How do you draw a rainbow pattern using QPython3
I have tried to use QPython3 for coding a rainbow pattern, but it won't work.
9 Antworten
+ 1
Show us what you tried.
+ 2
HonFu with Pydroid you can use tkinter.
And PyQt, pygame, matplotlib, fpdf, etc. You can install a lot of libraries..
+ 1
From what I have just googled, turtle doesn't seem to work properly on mobile, because it's based on tkinter and that doesn't work.
Have you tried on a regular PC?
+ 1
Odewumi Mighty you can use turtle in Pydroid3
+ 1
I haven't used it with a PC before. Anyway, thank you.
+ 1
diego Code, nice, didn't know that!
How do they do it? Is it a variety that doesn't rely on tkinter?
0
from turtle import*
forward(300)
left(59)
bye()
0
I got no pydroid3. Does it work for mobile? diego code
0
Odewumi Mighty pydroid IS a mobile app (Android app)