code_starnge_2.0

Python code turtle graphics
Tech is future

✨Learn amazing project
✨ Learn coding tips and tricks
✨Prepare yourself for interviews
✨Start your journey with coding


Connect with me on instagram
www.instagram.com/code_strange__2.0


code_starnge_2.0

Only true coder can relate πŸ˜…

#codingmemes #computersciencememes #computersciencestudent

2 years ago | [YT] | 0

code_starnge_2.0

Only true coder will understand πŸ˜…πŸ˜…πŸ‘¨β€πŸ’»πŸ‘¨β€πŸ’»
#codingmemes

2 years ago (edited) | [YT] | 0

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

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

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