How to create a Draw-pad using python 3.11 to write & draw manually | MAX recursion depth exceed ❌

Pubblicato il: 22 agosto 2023
sul canale di: Green Light Coding
257
7

Green Light Coding presents a new video which shows How to create a Blackboard using python 3.11 to write & draw manually .No maximum recursion depth exceeds in python 3.11 unlike python 3.9.

Watch the full video without skipping to learn in details.


python programming
python turtle
python
using python
simple python code for beginners
fibonacci numbers in python
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________

code:
import turtle
t=turtle
t.title("PyBoard")
t.setup(500,500)
t.shape("circle")
t.shapesize(.7)
t.pu()
t.color("white")
t.bgcolor("black")
t.pencolor("lightyellow")
t.pensize(7)
t.speed(0)
def skc(x,y):
t.pu()
t.goto(x,y)
def sketch(x,y):
t.pd()
t.goto(x,y)
t.ondrag(sketch)
t.onscreenclick(skc)
def erase():
t.speed(0)
t.pencolor("black")
t.pensize(40)
t.shape("square")
t.shapesize(2)
def colr():
t.speed(0)
col=t.textinput("COLOR","SET COLOR")
t.pencolor(col)
t.color(col)
if col=="": t.pencolor("white")
t.listen()
def clear():
t.clear()
def backtopen():
t.speed(0)
t.color("lightyellow")
t.pensize(7)
t.shape("circle")
t.shapesize(.7)
def undo():
t.undo()
t.onkey(colr,"C")
t.onkeypress(undo,"u")
t.onkey(backtopen,"p")
t.onkey(clear,"c")
t.onkey(erase,"e")
t.listen()
t.mainloop()
_______________________________________
code for fibonacci series:
code 1:
a=int(input("Enter number: "))
s=0
t=1
if a "less than symbol" 0:
print("invalid input")
elif a==0:
print(s)
elif a==1:
print(t)
else:
for i in range(1,a):
f=s+t
s=t
t=f
print (t)
__________________________
code 2:
while True:
n=int(input("enter term: "))

b=(1-5**(.5))/2
a=(1+5**(.5))/2
c=(a**n-b**n)/5**(.5)
if n "greater than symbol"=0:
print(int(c))
else:
print("invalid input")

________________________________________________________
#coding
#codinglife
#python
#sketch
#blackboard
#board
#fibonacci
#fibonacciextensions
#animationvideo
#pythonprogramming
#pythontutorial
#pythonforbeginners
#pythonturtlegraphics
#pythonturtle
#file
#excel
#fileexplorer
#voice
#completecourse
#folder
#camera
#animations
#rare
#viral
#usernameandpassword
#password
#asterisk
#convert
#mask
#commandprompt
#font
#fontstyle
#viral
#visualbasic
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#vbspu
#programmers
#host
#brightness
#updates



LINK FOR BATCH SERIES PLAYLIST :
   / @greenlightcoding613  
_______________________________________________________________

SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK :    / @greenlightcoding613  
_______________________________________________________________


In questa pagina del sito puoi guardare il video online How to create a Draw-pad using python 3.11 to write & draw manually | MAX recursion depth exceed ❌ della durata di online in buona qualità , che l'utente ha caricato Green Light Coding 22 agosto 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 257 volte e gli è piaciuto 7 spettatori. Buona visione!