Skip to content

Commit

Permalink
solved issue Asabeneh#506
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaNi committed Apr 29, 2024
1 parent b78270f commit a89582c
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 1 deletion.
Binary file not shown.
Binary file added .vs/30-Days-Of-Python/v17/.wsuo
Binary file not shown.
37 changes: 37 additions & 0 deletions .vs/30-Days-Of-Python/v17/DocumentLayout.json
@@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\ACCOUNTS3\\Desktop\\30-Days-Of-Python\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ACCOUNTS3\\Desktop\\30-Days-Of-Python\\readme.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}",
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:readme.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "readme.md",
"DocumentMoniker": "C:\\Users\\ACCOUNTS3\\Desktop\\30-Days-Of-Python\\readme.md",
"RelativeDocumentMoniker": "readme.md",
"ToolTip": "C:\\Users\\ACCOUNTS3\\Desktop\\30-Days-Of-Python\\readme.md",
"RelativeToolTip": "readme.md",
"ViewState": "AQIAALcBAAAAAAAAAAAAALABAAAVAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001818|",
"WhenOpened": "2024-04-29T10:10:16.014Z",
"EditorCaption": ""
}
]
}
]
}
]
}
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\readme.md",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -450,7 +450,7 @@ To run the python file check the image below. You can run the python file either
### Exercise: Level 3

1. Write an example for different Python data types such as Number(Integer, Float, Complex), String, Boolean, List, Tuple, Set and Dictionary.
2. Find an [Euclidian distance](https://en.wikipedia.org/wiki/Euclidean_distance#:~:text=In%20mathematics%2C%20the%20Euclidean%20distance,being%20called%20the%20Pythagorean%20distance.) between (2, 3) and (10, 8)
2. Find an [Euclidean distance](https://en.wikipedia.org/wiki/Euclidean_distance#:~:text=In%20mathematics%2C%20the%20Euclidean%20distance,being%20called%20the%20Pythagorean%20distance.) between (2, 3) and (10, 8)

🎉 CONGRATULATIONS ! 🎉

Expand Down

0 comments on commit a89582c

Please sign in to comment.