See It In Action

9jaCoder code (.9ja) converts directly to Python logic during execution. Click the tabs below to compare the syntax.

# Standard Python Code
print("Python Code (English)")
print("------------")
name = input("What is your name?: ")
age = int(input(f"How old are you {name}?: "))
print(f"{name} is {age} years old. {name} will be {age+10} in ten years.")
print("------------")
> Output:
Python Code (English)
------------
What is your name?: Ayo
How old are you Ayo?: 40
Ayo is 40 years old. Ayo will be 50 in ten years.
------------

Tutorials

Dynamic feed from 9jaCoder YouTube Channel

Generating Multiplication Table in Yoruba Using 9jaCoder Code Editor!

147 15 16

Road Construction Cost Estimator!

117 13 6

Let's develop an App for Mama-put using 9jaCoder Code Editor

169 19 19

Let's write an App in 9jaCoder Code Editor that will detect and export spikes in CBN exchange rate

131 16 8

Let's write an App that will download and analyse CBN exchange rates in Yoruba and English

181 19 18

Let's demonstrate a multilingual Console to GUI program for computing slabs in 9jaCoder Code Editor

146 19 20

Introducing 9jaCoder Code Editor! Write codes in English, Yoruba, Hausa, Fulfulde, Igbo and French.

221 25 15