Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc77b9d

Browse files
Update README.md
1 parent fdc92bc commit dc77b9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎exercises/04.1-count_on/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Would you be so kind to add all the items with data-type `dict` and `list` into
1414

1515
## 💡 Hint :
1616

17-
+ Remember that you can know the data-type of a variable or value with the function `type`
17+
+ Remember that you can know the data-type of a variable or value with the function `type()`.
18+
19+
+ Check this link for more information about the `type()` function: https://www.w3schools.com/python/ref_func_type.asp
1820

1921
Here is how to print ALL the items.
2022

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /