How to make a virus photo by using Python...

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ต.ค. 2024

ความคิดเห็น • 31

  • @NickD-nk5xt
    @NickD-nk5xt ปีที่แล้ว +5

    Another way to do it that requires 9 lines of code is:
    from turtle import *
    speed(10)
    color(‘whatever you want’)
    bgcolor(‘also whatever you want’)
    b = 200
    while b > 0:
    left(b)
    forward(b * 3)
    b = b - 1
    It may look different but at least you dont have to write that much code.

  • @acmelight7716
    @acmelight7716 ปีที่แล้ว

    what extension did you use to run it?

    • @explore_coding
      @explore_coding  ปีที่แล้ว

      Type code runner in the extension tab , you will get that extension

  • @pawankumar078685
    @pawankumar078685 2 ปีที่แล้ว +1

    Bro konsa app me banaya

  • @prabhadevi1935
    @prabhadevi1935 2 ปีที่แล้ว +2

    Hello can u teach me to make comp virus

  • @nazlespray
    @nazlespray ปีที่แล้ว

    Visual studio code?

  • @vengababu979
    @vengababu979 3 ปีที่แล้ว +1

    Which plateform is this

  • @thespecialgamer3766
    @thespecialgamer3766 2 ปีที่แล้ว

    WoW

  • @confusedFigg
    @confusedFigg 2 ปีที่แล้ว

    what does the last code say?

    • @explore_coding
      @explore_coding  2 ปีที่แล้ว

      Turtle.done()->To Stop the execution of turtle graphics (Code).

  • @navinkumarnavinkumar7439
    @navinkumarnavinkumar7439 ปีที่แล้ว

    bro how to run in mobile bro

    • @explore_coding
      @explore_coding  ปีที่แล้ว

      Just search on TH-cam, you will get thousands of videos.

    • @smallSphere69
      @smallSphere69 ปีที่แล้ว

      Mobile doesn't support code editors.

  • @sale_p_
    @sale_p_ ปีที่แล้ว

    why is my "bgcolor" not working ???

    • @explore_coding
      @explore_coding  ปีที่แล้ว

      DM me on Instagram
      Insta - instagram.com/explore_coding_?igshid=ZDdkNTZiNTM=

  • @Noctivorax
    @Noctivorax ปีที่แล้ว +1

    Bro how to run code

    • @explore_coding
      @explore_coding  ปีที่แล้ว

      In VS code, you can download a extension that is "Code runner" Download it

  • @idk24984
    @idk24984 ปีที่แล้ว

    Bruh