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
- continue
- MySQL
- matplotlib
- For loops
- start exercise
- Text Analytics
- break
- line width
- AS
- pie charts
- polynomial regression
- Python
- Else
- iterates
- data distribution
- train/test
- self parameter
- __init__
- PANDAS
- line color
- SQL
- matplotlib.pyplot
- Github
- Default X points
- variables
- multiple lines
- error
- machine learning
- Text mining
- PROJECT
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