[Hands-on] Become a coder in 10 seconds!

What can you do in 10 seconds? Become a coder!
What can you do in 10 seconds? Become a coder!

Yes, it is a catchy title, but it still sounds legit.

Last time, we talked the talk on the code we pick to code --- the Python language. Now, let's walk the walk and make no joke --- the hands-on workshop.

Once you have started the Python program (by typing python3 under your installed Python directory), type your first ever code as below:

print("I am a coder!")

Following result should be popped out:

See, you are now a coder, in just 10 seconds (or less)!

What we have learnt on this Hands-on:

  1. The ways to get the Python language
  2. Coding can be easy
  3. You are now a 10s coder!