Skip to content

Commit 279849f

Browse files
authored
Update what-is-programming.md
1 parent 48a2e24 commit 279849f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basics/what-is-programming.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# What is programming?
1+
#🎆 What is programming?
22

33
**Feel free to [skip this part](#how-to-read-this-tutorial) if you
44
already know everything it's talking about.**
@@ -22,7 +22,7 @@ are written one by one. Programming languages are made to be used by
2222
humans, so if there's an easy way to do something and a difficult way to
2323
do something, you should use the easier way.
2424

25-
## What do I need?
25+
## 🎆 What do I need?
2626

2727
First of all, **you don't need to be good at math**. Some programmers
2828
are good at math, some are not. Programming and math are two separate
@@ -38,7 +38,7 @@ quickly, and some people don't. I don't expect you to read this tutorial
3838
in a couple hours and then master everything it's talking about. Take
3939
your time with things, and remember that I learned to program slowly.
4040

41-
## Getting started
41+
## 🎆 Getting started
4242

4343
This tutorial uses a programming language called Python because it's
4444
easy to learn and we can do many different things with it. For example,

0 commit comments

Comments
 (0)