trailing File addressed
This commit is contained in:
parent
8049fac912
commit
975f4860ec
@ -12,7 +12,7 @@
|
||||
"\n",
|
||||
"\n",
|
||||
"If you find an error or think you've a better way to solve some of them, feel\n",
|
||||
"free to open an issue at <https://github.com/rougier/numpy-100>"
|
||||
"free to open an issue at <https://github.com/rougier/numpy-100>."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
||||
|
||||
|
||||
If you find an error or think you've a better way to solve some of them, feel
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
|
||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||
|
||||
#### 2. Print the numpy version and the configuration (★☆☆)
|
||||
|
@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
||||
|
||||
|
||||
If you find an error or think you've a better way to solve some of them, feel
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
|
||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||
`hint: import … as`
|
||||
#### 2. Print the numpy version and the configuration (★☆☆)
|
||||
|
@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
||||
|
||||
|
||||
If you find an error or think you've a better way to solve some of them, feel
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
|
||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||
`hint: import … as`
|
||||
|
||||
|
@ -9,7 +9,9 @@ and new users but also to provide a set of exercises for those who teach.
|
||||
|
||||
|
||||
If you find an error or think you've a better way to solve some of them, feel
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||
File automatically generated. See the documentation to update questions/answers/hints programmatically.
|
||||
|
||||
#### 1. Import the numpy package under the name `np` (★☆☆)
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
"\n",
|
||||
"\n",
|
||||
"If you find an error or think you've a better way to solve some of them, feel\n",
|
||||
"free to open an issue at <https://github.com/rougier/numpy-100>"
|
||||
"free to open an issue at <https://github.com/rougier/numpy-100>."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -103,8 +103,8 @@ def create_markdown(destination_filename='100_Numpy_exercises', with_hints=False
|
||||
mdfile = mdutils.MdUtils(file_name=destination_filename)
|
||||
|
||||
# Add headers
|
||||
mdfile.write(HEADERS["header"])
|
||||
mdfile.write(HEADERS["sub_header"])
|
||||
mdfile.write(HEADERS["header"] + '\n')
|
||||
mdfile.write(HEADERS["sub_header"] + '\n')
|
||||
|
||||
# Add questions (and hint or answers if required)
|
||||
for n in range(1, 101):
|
||||
|
@ -7,7 +7,7 @@ and new users but also to provide a set of exercises for those who teach.
|
||||
|
||||
|
||||
If you find an error or think you've a better way to solve some of them, feel
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>
|
||||
free to open an issue at <https://github.com/rougier/numpy-100>.
|
||||
|
||||
|
||||
< sub_header
|
||||
|
Loading…
Reference in New Issue
Block a user