Skip to content

Commit

Permalink
Merge branch 'ht24' of github.com:NBISweden/workshop-python into ht24
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Nov 11, 2024
2 parents b99bf42 + e9fbed0 commit ee26c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/day1/Day_1_Exercise_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"source": [
"## Blocket ads\n",
"\n",
"Blocket is a Swedish site for buying or selling things, much like eBay. In the file `blocket_listings.txt` you will find a list of ads that has been put up on the site. Further down is a list of steps we will follow to produce a new file with only items sold or bought in October. If you are new to programming, follow the __Step-by-Step instruction__ below to get a feeling for how to approach this task. However, If you're feeling adventurous, try to figure it out on your own by following the instructions:\n",
"Blocket is a Swedish site for buying or selling things, much like eBay. In the file `blocket_listings.txt` you will find a list of ads that has been put up on the site. Further down is a list of steps we will follow to produce a new file with only furniture sold or bought in October. If you are new to programming, follow the __Step-by-Step instruction__ below to get a feeling for how to approach this task. However, If you're feeling adventurous, try to figure it out on your own by following the instructions:\n",
"\n",
"1. Your first task is to make a small python script that takes this file as input, loops over the lines, and prints the content line by line. (Tip! Use strip to remove the newlines) \n",
"\n",
Expand Down

0 comments on commit ee26c00

Please sign in to comment.