Editor
> Learn To Code
Foundations
Exercises
Count 100
What is Code?
Instructions
Learn The First Instruction
Instruction Order
Processing
Variables
Substitution
Coding
Data
String Data Type
Adding strings
Number Data Type
State
Input
Input
Input Type
Functions
What is a function?
Write your own functions
Function in more detail
Control Flow
Multiple substitutions
Boolean logic and decisions
Boolean data types
And instruction
Or instruction
Not instruction
Boolean decisions
Else instruction
Equals instruction
Loops
While Loops
Modules
Import
Examples
Data
Functions
Decisions
Loops
Exercises
Exercises Introduction
Count 100
Hello Name
Count to Limit
Login With Password
Guess The Number Game
Fizz
Flip a Coin
Rock, Paper, Scissors
Count 100
Write a program that prints out the numbers 1 to 100.
example:
1 2 3 ...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
# insert code here
Run Code
Previous
Next