How do you draw a rainbow pattern using QPython3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th Dec 2019, 10:33 AM
Code Nerd
9 Answers
+ 1
Show us what you tried.
15th Dec 2019, 11:18 AM
HonFu
HonFu - avatar
+ 2
HonFu with Pydroid you can use tkinter. And PyQt, pygame, matplotlib, fpdf, etc. You can install a lot of libraries..
16th Dec 2019, 3:45 AM
unChabon
unChabon - avatar
+ 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?
15th Dec 2019, 11:35 AM
HonFu
HonFu - avatar
+ 1
Odewumi Mighty you can use turtle in Pydroid3
15th Dec 2019, 12:55 PM
unChabon
unChabon - avatar
+ 1
I haven't used it with a PC before. Anyway, thank you.
15th Dec 2019, 9:48 PM
Code Nerd
+ 1
diego Code, nice, didn't know that! How do they do it? Is it a variety that doesn't rely on tkinter?
15th Dec 2019, 9:53 PM
HonFu
HonFu - avatar
0
from turtle import* forward(300) left(59) bye()
15th Dec 2019, 11:29 AM
Code Nerd
0
I got no pydroid3. Does it work for mobile? diego code
15th Dec 2019, 9:49 PM
Code Nerd
0
Odewumi Mighty pydroid IS a mobile app (Android app)
16th Dec 2019, 3:47 AM
unChabon
unChabon - avatar