mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-06 21:09:15 +08:00
day 2
This commit is contained in:
parent
ed6a951dc2
commit
e7fc713da4
@ -20,11 +20,11 @@
|
||||

|
||||
|
||||
- [📘 Day 2](#%f0%9f%93%98-day-2)
|
||||
- [Built-in functions](#built-in-functions)
|
||||
- [Built in functions](#built-in-functions)
|
||||
- [Variables](#variables)
|
||||
- [Data Types](#data-types)
|
||||
- [Checking Data types and Casting](#checking-data-types-and-casting)
|
||||
- [Numbers](#number)
|
||||
- [Numbers](#numbers)
|
||||
- [💻 Exercises - Day 2](#%f0%9f%92%bb-exercises---day-2)
|
||||
|
||||
# 📘 Day 2
|
||||
@ -41,7 +41,7 @@ Let's open the python shell and start using some of the most common built-in fun
|
||||
|
||||
Let's practice more by using different built-in functions
|
||||
|
||||

|
||||

|
||||
|
||||
As you can see from the terminal above, python has got reserved words. We do not use reserved words to declare variables or functions. We will cover variables in the next section.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user