Hi! I’m a Python enthusiast who loves teaching coding in a simple, beginner-friendly way.
CodeNiche is a coding channel for students, kids, and aspiring programmers.
Learn Python visually using Turtle graphics, and many more libraries along with hands-on projects.
Perfect for beginners building real coding skills step by step.
Let’s code together 🚀
CodeNiche
Which shape will this code draw?
from turtle import *
for i in range(4):
forward(20)
left(90)
2 weeks ago | [YT] | 1
View 0 replies
CodeNiche
They say when loop starts there is no going back.
#codingforkids#codingmeme
2 months ago | [YT] | 0
View 0 replies
CodeNiche
In python,
What will be the output ?
name = "Jane"
print("My name is", name)
3 months ago | [YT] | 1
View 0 replies