You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,7 @@ These projects are ideal for those new to Python. Each project includes a descri
36
36
</summary>
37
37
<details><summary>Tip 1:</summary>
38
38
39
-
Use `input()` to get the user's input.
40
-
41
-
> [!TIP]
42
-
> Learn more from here: https://docs.python.org/3/library/functions.html#input
39
+
Use `input()` to get the user's input. Learn more from here: https://docs.python.org/3/library/functions.html#input
43
40
44
41
</details>
45
42
<details><summary>Tip 2:</summary>
@@ -49,18 +46,12 @@ These projects are ideal for those new to Python. Each project includes a descri
49
46
</details>
50
47
<details><summary>Tip 3:</summary>
51
48
52
-
Use `conditional` statements to check for valid values, and perform certain operations.
53
-
54
-
> [!TIP]
55
-
> Learn more from here: https://www.w3schools.com/python/python_conditions.asp
49
+
Use `conditional` statements to check for valid values, and perform certain operations. Learn more from here: https://www.w3schools.com/python/python_conditions.asp
56
50
57
51
</details>
58
52
<details><summary>Tip 4:</summary>
59
53
60
-
Print out the result using `print()`.
61
-
62
-
> [!TIP]
63
-
> Learn more from here: https://docs.python.org/3/library/functions.html#print
54
+
Print out the result using `print()`. Learn more from here: https://docs.python.org/3/library/functions.html#print
64
55
65
56
</details>
66
57
@@ -74,4 +65,4 @@ Contributions are welcome! If you have project ideas or improvements, feel free
74
65
---
75
66
76
67
## License
77
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
68
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments