File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 * <br>\n " ,
36+ " from itertools import * <br>\n " ,
37+ " from math import * <br>\n " ,
3838 " <br>\n " ,
3939 " def prime_gen(n): <br> \n " ,
4040 " num = 2<br>\n " ,
4949 " 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 " ,
Original file line number Diff line number Diff line change 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 * <br>\n " ,
36+ " from itertools import * <br>\n " ,
37+ " from math import * <br>\n " ,
3838 " <br>\n " ,
3939 " def prime_gen(n): <br> \n " ,
4040 " num = 2<br>\n " ,
4949 " 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 " ,
You can’t perform that action at this time.
0 commit comments