Python Virus ?! #shorts

preview_player
Показать описание
How to make a virus with python turtle. Its a pun! Looks like a virus

This video is a short python tutorial, and it is part of the python shorts programming series. Like and subscribe if you want more.

#python #programming #dev
Рекомендации по теме
Комментарии
Автор

import turtle
a=turtle.turtle()
a.color('green1')
a.speed()
a.hideturtle()

s=turtle.screen()
s.bgcolor('black')
for x in range(200):
a.forward(x)
a.left(x-1)
turtle.done()

mogzamoo
Автор

import turtle
a=turtle.Turtle()
a.color("green1")
a.speed(0)
a.hideturtle()

s=turtle.Screen()
s.bgcolor("black")
for x in range (200):
a.forward(x)
a.left(x-1)
turtle.done()

yaz
Автор

don’t worry, this draws a green virus instead of actually damaging your pc

ChrisRM_
Автор

Jokes!!! But are you interested in more of these short programming videos 🤔 let me know!

Securiosity
Автор

You can make a ransomeware with python it's easy i made myself one, if you need it just reply

anshulnamdev
Автор

I miss Tracy :( (idk if anyone else called it Tracy the Turtle)

locotaco
Автор

import turtle
a=turtle. Turtle()
a. color ('green1')
a. speed (0)
a.hideturtle()

s=turtle.Screen ()
s. bgcolor ('black' )Dislike for x in range (200):
a. forward(x)
a. left (x-1)
52
turtle.done()

MichaelRogers-jq
Автор

import turtle a=turtle. Turtle()
a. color ('green1')
a. speed (0)
a.hideturtle()
1.8K
s=turtle.Screen ()
s. bgcolor ('black' )Dislike for x in range (200):
a. forward(x)
a. left (x-1)
52
turtle.done()

MichaelRogers-jq
Автор

OH NO HOW SCARY GOLLY GOSH OH DEARY ME THATS REALLY SCARY OHH NOOO

car.edits.britain
Автор

That is just kturtle not a “virus“. Also, an ˋvirusˋ is an program that replicates itself. Bad video.

Isaak-tv
Автор

import turtle
a=turtle.Turtle()
a.color('green1')
a.speed(0)
a.hideturtle()

s=turtle.Screen()
s.bgcolor('black')
for x in range(200):
a.forward(x_
a.left(x-1)
turtle.done

vrzz