mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-15 21:20:29 +08:00
day 1
This commit is contained in:
parent
4a95c45448
commit
e1af8d611f
11
readme.md
11
readme.md
@ -230,7 +230,16 @@ The python interactive shell was printing with using **print** but on visual stu
|
||||
- Your family name
|
||||
- Your country
|
||||
- I am enjoying 30 days of python
|
||||
1. Create python file day_1.py and repeat question 1, 2 and 3. Then run the file.
|
||||
1. Check the data types of the following data:
|
||||
- 10
|
||||
- 9.8
|
||||
- 3.14
|
||||
- 4 - 4j
|
||||
- ['Asabeneh', 'Python', 'Finland']
|
||||
- Your name
|
||||
- Your family name
|
||||
- Your country
|
||||
1. Create python file day_1.py and repeat question 1, 2, and 4. Remember to use print when you are working on a python file. Then run the file.
|
||||
|
||||
|
||||
# Day 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user