Python code turtle graphicsTech is futureβ¨Learn amazing projectβ¨ Learn coding tips and tricksβ¨Prepare yourself for interviews β¨Start your journey with coding Connect with me on instagramwww.instagram.com/code_strange__2.0
code_starnge_2.0
Only true coder can relate π #codingmemes #computersciencememes #computersciencestudent
2 years ago | [YT] | 0
View 0 replies
Only true coder will understand π π π¨βπ»π¨βπ»#codingmemes
2 years ago (edited) | [YT] | 0
How to create count down (timer) in python turtle ll Beginners Project #coding #programmingyoutube.com/shorts/ZNYjNATzJZ...Source code # import the time module import time # define the countdown func. def countdown(t): while t: mins, secs = divmod(t, 60) timer = '{:02d}:{:02d}'.format(mins, secs) print(timer, end="\r") time.sleep(1) t -= 1 print('Fire in the hole!!') # input time in seconds t = input("Enter the time in seconds: ") # function call countdown(int(t))
Top 5 interesting facts about python coding language π¨βπ»π¨βπ»https://youtu.be/uSSEqP46CTEFor more knowledge subscribe my channelπ¨βπ»
2 years ago (edited) | [YT] | 1
π Superb Ninja design using python turtle graphics π§βπ»With source codeYouTube Short uploadedLearn superb graphics design using python turtle with me Subscribe my channel So Next video on which do you want comment below ππ§βπ»
code_starnge_2.0
Only true coder can relate π
#codingmemes #computersciencememes #computersciencestudent
2 years ago | [YT] | 0
View 0 replies
code_starnge_2.0
Only true coder will understand π π π¨βπ»π¨βπ»
#codingmemes
2 years ago (edited) | [YT] | 0
View 0 replies
code_starnge_2.0
How to create count down (timer) in python turtle ll Beginners Project #coding #programming
youtube.com/shorts/ZNYjNATzJZ...
Source code
# import the time module
import time
# define the countdown func.
def countdown(t):
while t:
mins, secs = divmod(t, 60)
timer = '{:02d}:{:02d}'.format(mins, secs)
print(timer, end="\r")
time.sleep(1)
t -= 1
print('Fire in the hole!!')
# input time in seconds
t = input("Enter the time in seconds: ")
# function call
countdown(int(t))
2 years ago (edited) | [YT] | 0
View 0 replies
code_starnge_2.0
Top 5 interesting facts about python coding language π¨βπ»π¨βπ»
https://youtu.be/uSSEqP46CTE
For more knowledge subscribe my channelπ¨βπ»
2 years ago (edited) | [YT] | 1
View 0 replies
code_starnge_2.0
π Superb Ninja design using python turtle graphics π§βπ»
With source code
YouTube Short uploaded
Learn superb graphics design using python turtle with me
Subscribe my channel
So Next video on which do you want comment below ππ§βπ»
2 years ago (edited) | [YT] | 1
View 0 replies