1. Writing

A computer can write anything for you.

A computer can write anything for you. The 'print' command shows text on the screen. Run it, then change the text to your own words!

Code

print("Hello, world!")
print("I am learning Aksa")

Copy this code into the Aksa editor, run it, then change something and run it again!