Skip to content

Commit 61a5d4e

Browse files
committed
update
1 parent 4eebc26 commit 61a5d4e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.ipynb_checkpoints/Modules_and_Packages-checkpoint.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"The basics of working with module are discussed using a file *prime_generator.py*\n",
3333
"\n",
3434
"Code: \n",
35-
">from time import * <br>\n",
36-
"from itertools import * <br>\n",
37-
"from math import * <br>\n",
35+
">from time import &#42; <br>\n",
36+
"from itertools import &#42; <br>\n",
37+
"from math import &#42; <br>\n",
3838
"<br>\n",
3939
"def prime_gen(n): <br> \n",
4040
"&nbsp;&nbsp;&nbsp;&nbsp; num = 2<br>\n",
@@ -49,7 +49,7 @@
4949
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; num += 1 <br>\n",
5050
"<br>\n",
5151
"prime = 2 <br>\n",
52-
"prime_square = 4 <br>\n",
52+
"prime\\_square = 4 <br>\n",
5353
"\\_\\_primeval\\_\\_ = 3<br>\n",
5454
"<br>\n",
5555
"if \\_\\_name\\_\\_ == '\\_\\_main\\_\\_': <br>\n",

Modules_and_Packages.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"The basics of working with module are discussed using a file *prime_generator.py*\n",
3333
"\n",
3434
"Code: \n",
35-
">from time import * <br>\n",
36-
"from itertools import * <br>\n",
37-
"from math import * <br>\n",
35+
">from time import &#42; <br>\n",
36+
"from itertools import &#42; <br>\n",
37+
"from math import &#42; <br>\n",
3838
"<br>\n",
3939
"def prime_gen(n): <br> \n",
4040
"&nbsp;&nbsp;&nbsp;&nbsp; num = 2<br>\n",
@@ -49,7 +49,7 @@
4949
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; num += 1 <br>\n",
5050
"<br>\n",
5151
"prime = 2 <br>\n",
52-
"prime_square = 4 <br>\n",
52+
"prime\\_square = 4 <br>\n",
5353
"\\_\\_primeval\\_\\_ = 3<br>\n",
5454
"<br>\n",
5555
"if \\_\\_name\\_\\_ == '\\_\\_main\\_\\_': <br>\n",

0 commit comments

Comments
 (0)