Pythonita

Python 1. Download Python on Python.org

2. install Python

3. open the program and follow the instruktions

how to make a very simple program. In the 1st row you type-  print(”hello What is your name”) 

on the 2nd row you type- x = input()

on the 3d row you type-  print(x)

on the 4th row you type- print(”that is a cool name”)

Scratch

scratch is a programming language. Instead of writing the code you drag the code and you don’t have to make any code. Try scratch at the button.

Java Script

JavaScript is used to create interactive  web content like applications and browsers. JavaScript is so popular that it’s the most used programming language in the world, used as a client-side programming language by 97.0% of all websites.