cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

PYTHON PROGRAMMING

Hello! I am @imabhi3030 and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills. I am always present to help you. If you need any kind of assistance, just let me know! 😊

Show more
Advertising posts
1 115
Subscribers
+124 hours
+167 days
+12230 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

Photo unavailableShow in Telegram
Solve it using while loop: Note Dont use split or indexing method.
Show all...
In Python, lists are mutable.Anonymous voting
  • True
  • False
0 votes
🔴 Best AI tools to Generate anything in 2024: Write Anything — writesonic.com Generate Website - durable.co Solve Anything — chat.openai.com Generate Art — midjourney.com/home Generate Code — replit.com Generate PPTs — slidesai.io Generate Video — synthesia.io Generate Music — soundraw.io Generate TikToks — fliki.ai Generates Avatars — starryai.com/starrytars Edit Pictures — remini.ai Edit Videos — pictory.ai Summarise Notes — wordtune.com
Show all...
print(min("hHiI"))Anonymous voting
  • H
  • h
  • I
  • i
  • Error
0 votes
2
print(max("hHiI"))Anonymous voting
  • H
  • I
  • i
  • h
  • Error
0 votes
2
python (1).pdf22.55 MB
Python Complete Material .pdf12.41 MB
Python Ebook Final Notes.pdf4.92 MB
Python Programming .pdf8.29 MB
Python Question Bank.pdf1.06 KB
PythonNotesForProfessionals.pdf6.07 MB
400+ Python Exercises and Solutions.pdf8.37 MB
Python Basics 3.pdf1.48 MB
🔺 PYTHON 🔺 CHEATSHEETS ☂️COLLECTION.pdf1.53 MB
Python Basics .pdf7.66 KB
print(bool(0)) print(bool(''))Anonymous voting
  • True , False
  • False , True
  • True , True
  • False , False
0 votes
👍 1
print(bool('0')) print(bool(0))Anonymous voting
  • False , True
  • True, False
  • False, False
  • True, True
0 votes
Show all...
Indian flag 🇮🇳 using Python| 😍 Code in description 👇#codebomb

Python turtle code for Indian Flag🇮🇳 ----------------------------------------------- ⬇️⬇️⬇️ import turtle from turtle import* #screen for output screen = turtle.Screen() # Defining a turtle Instance t = turtle.Turtle() speed(0) # initially penup() t.penup() t.goto(-400, 250) t.pendown() # Orange Rectangle #white rectangle t.color("orange") t.begin_fill() t.forward(800) t.right(90) t.forward(167) t.right(90) t.forward(800) t.end_fill() t.left(90) t.forward(167) # Green Rectangle t.color("green") t.begin_fill() t.forward(167) t.left(90) t.forward(800) t.left(90) t.forward(167) t.end_fill() # Big Blue Circle t.penup() t.goto(70, 0) t.pendown() t.color("navy") t.begin_fill() t.circle(70) t.end_fill() # Big White Circle t.penup() t.goto(60, 0) t.pendown() t.color("white") t.begin_fill() t.circle(60) t.end_fill() # Mini Blue Circles t.penup() t.goto(-57, -8) t.pendown() t.color("navy") for i in range(24): t.begin_fill() t.circle(3) t.end_fill() t.penup() t.forward(15) t.right(15) t.pendown() # Small Blue Circle t.penup() t.goto(20, 0) t.pendown() t.begin_fill() t.circle(20) t.end_fill() # Spokes t.penup() t.goto(0, 0) t.pendown() t.pensize(2) for i in range(24): t.forward(60) t.backward(60) t.left(15) #to hold the #output window turtle.done() Python, Indian flag, Programming, Coding, Tutorial, Python project, Indian independence day, Python programming, Python tutorial, Python projects, Python code, Python programming tutorial, Python project ideas, Python programming projects, Python programming for beginners, Python programming for data science, Python programming for machine learning, Python programming for beginners tutorial, Python programming for kids, Python programming for beginners projects Generated using YouTools

https://play.google.com/store/apps/details?id=com.youtools.seo

🔥 1
Python turtle code for Indian Flag🇮🇳 ----------------------------------------------- ⬇️⬇️⬇️ import turtle from turtle import* #screen for output screen = turtle.Screen() # Defining a turtle Instance t = turtle.Turtle() speed(0) # initially penup() t.penup() t.goto(-400, 250) t.pendown() # Orange Rectangle #white rectangle t.color("orange") t.begin_fill() t.forward(800) t.right(90) t.forward(167) t.right(90) t.forward(800) t.end_fill() t.left(90) t.forward(167) # Green Rectangle t.color("green") t.begin_fill() t.forward(167) t.left(90) t.forward(800) t.left(90) t.forward(167) t.end_fill() # Big Blue Circle t.penup() t.goto(70, 0) t.pendown() t.color("navy") t.begin_fill() t.circle(70) t.end_fill() # Big White Circle t.penup() t.goto(60, 0) t.pendown() t.color("white") t.begin_fill() t.circle(60) t.end_fill() # Mini Blue Circles t.penup() t.goto(-57, -8) t.pendown() t.color("navy") for i in range(24): t.begin_fill() t.circle(3) t.end_fill() t.penup() t.forward(15) t.right(15) t.pendown() # Small Blue Circle t.penup() t.goto(20, 0) t.pendown() t.begin_fill() t.circle(20) t.end_fill() # Spokes t.penup() t.goto(0, 0) t.pendown() t.pensize(2) for i in range(24): t.forward(60) t.backward(60) t.left(15) #to hold the #output window turtle.done()
Show all...
👍 1
Choose a Different Plan

Your current plan allows analytics for only 5 channels. To get more, please choose a different plan.