Make Infinity symbol in Python (Simple)

preview_player
Показать описание
Simple tutorial showing how to create infinity symbol in Python using turtle

This video is a short python tutorial, and it is part of the python shorts programming series.

If you enjoy python shorts videos to learn programming,
like and subscribe for more python shorts videos!

Playlists
Python For Beginners:
Games made with Ursina Engine:

❤️ You want to support this channel? ❤️

Song: Different Heaven - Nekozilla [NCS Release]
Music provided by NoCopyrightSounds
Рекомендации по теме
Комментарии
Автор

3 rd place. Also cool programming zippy. keep it up!

NitroFunWon
Автор

2 nd

Nice! Programming is for you! :)

asmaster
Автор

color('cyan')
bgcolor('black')
speed(11)
right(45)
for n in range(150):
if 7 < n < 62:
left(5)
if 80 < n < 133:
right(5)
circle(30)
if n < 80:
forward(10)
else:
forward(5)

SukhrobEgamberdiyev
Автор

2 Guys Who Helping Me In Python :

1.Brocode
2.Zippycode

trex
Автор

best step to step explanation buddy.... keep it up

kritikasharma
Автор

Code:
from turtle import *

color('cyan')
bgcolor('black')
speed(11)
right(45)
for n in range(150):
if 7 < n < 62:
left(5)
if 80 < n < 133:
right(5)
circle(30)
if n < 80:
forward(10)
else:
forward(5)

itzbella_playz
Автор

Very cool
Almost created a new TikTok sign with the code.😅

atifbashir
Автор

Bro create next video with every line explaining

It's very easy to understand what the line do also begginers can understand well
😍😍

prabukrish
Автор

Do something with any graphics library other than turtle like PIL. Turtle is one of the libraries a beginner can use. I actually made a 3d ray tracing engine using turtle. It rendered shadows, soft lighting, and reflections. If you're wondering how i displayed an image, I just made the turtle go to the top left of the screen and then go line by line downward until it reached the bottom.

novygaming
Автор

Hello sir aapne coding KIS app Se Ki Hai Is per ek video bnao please mujhe bhi sikhani hai

Shivamviral
Автор

Make a GUI which tell hello every time you click on it

quotes
Автор

can you fill these circles with colour?

GCKteamKrispy
Автор

Only hackers can type this




Ɐ ∞

latishamohamed