Pricing
Learn
Code
Deploy
More
Learn Coding the Fun Way
with
Block Coding
Drag and drop colorful blocks to create programs. Perfect for beginners and kids to learn programming concepts without typing complex syntax.
Start Coding Now
print
"2 Table"
count with
i
from
1
to
10
set result to
i
×
2
print "2 ×"
i
"="
result
print
"Done!"
See Your Blocks Transform to Code
Watch how visual blocks convert to real programming languages
Python
JavaScript
print
"2 Table"
count with
i
from
1
to
10
set result to
i
×
2
print "2 ×"
i
"="
result
print
"Done!"
# Python
# Print multiplication table
print('2 Table')
for i in range(1, 11):
result = i * 2
print(f'2 × {i} = {result}')
print('Done!')
Ready to Start Your Coding Journey?
Join thousands of learners who are discovering the joy of programming through visual blocks.
Launch Block Coding Editor