Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- For loops
- Else
- machine learning
- line color
- matplotlib.pyplot
- data distribution
- polynomial regression
- train/test
- break
- error
- matplotlib
- PANDAS
- variables
- Default X points
- MySQL
- Github
- start exercise
- Text Analytics
- PROJECT
- __init__
- SQL
- continue
- pie charts
- line width
- multiple lines
- AS
- Python
- self parameter
- iterates
- Text mining
Archives
- Today
- Total
목록iterates (1)
Data Science Explorer
[Exercise] Functions
The following exercise was the one that I struggled and I have provided the solution as well. # 3. Write a function called print_pattern that takes integer number as an argument and prints following pattern if input number is 3, # * # ** # *** # if input is 4 then it should print # * # ** # *** # **** # Basically number of lines it prints is equal to that number. (Hint: you need to use two for l..
Python
2024. 4. 5. 00:42