cookie

Utilizamos cookies para mejorar tu experiencia de navegación. Al hacer clic en "Aceptar todo", aceptas el uso de 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! 😊

Mostrar más
Publicaciones publicitarias
1 115
Suscriptores
+124 horas
+167 días
+12230 días

Carga de datos en curso...

Tasa de crecimiento de suscriptores

Carga de datos en curso...

Photo unavailableShow in Telegram
Solve it using while loop: Note Dont use split or indexing method.
Mostrar todo...
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
Mostrar todo...
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
Mostrar todo...
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()
Mostrar todo...
👍 1
Elige un Plan Diferente

Tu plan actual sólo permite el análisis de 5 canales. Para obtener más, elige otro plan.