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
@@ -34,10 +34,7 @@ These projects are ideal for those new to Python. Each project includes a descri
34
34
</summary>
35
35
<details><summary>Tip 1:</summary>
36
36
37
-
Use `input()` to get the user's input.
38
-
39
-
> [!TIP]
40
-
> Learn more from here: https://docs.python.org/3/library/functions.html#input
37
+
Use `input()` to get the user's input. Learn more from here: https://docs.python.org/3/library/functions.html#input
41
38
42
39
</details>
43
40
<details><summary>Tip 2:</summary>
@@ -47,18 +44,12 @@ These projects are ideal for those new to Python. Each project includes a descri
47
44
</details>
48
45
<details><summary>Tip 3:</summary>
49
46
50
-
Use `conditional` statements to check for valid values, and perform certain operations.
51
-
52
-
> [!TIP]
53
-
> Learn more from here: https://www.w3schools.com/python/python_conditions.asp
47
+
Use `conditional` statements to check for valid values, and perform certain operations. Learn more from here: https://www.w3schools.com/python/python_conditions.asp
54
48
55
49
</details>
56
50
<details><summary>Tip 4:</summary>
57
51
58
-
Print out the result using `print()`.
59
-
60
-
> [!TIP]
61
-
> Learn more from here: https://docs.python.org/3/library/functions.html#print
52
+
Print out the result using `print()`. Learn more from here: https://docs.python.org/3/library/functions.html#print
62
53
63
54
</details>
64
55
@@ -72,4 +63,4 @@ Contributions are welcome! If you have project ideas or improvements, feel free
72
63
---
73
64
74
65
## License
75
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
66
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
0 commit comments