Skip to content

Commit ad265d1

Browse files
authored
Fork dummy
1 parent 98c0f26 commit ad265d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

100+ Python challenging programming exercises for Python 3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Level 1
7272

7373
Question:
7474
With a given integral number n, write a program to generate a dictionary that contains (i, i*i) such that is an integral number between 1 and n (both included). and then the program should print the dictionary.
75-
Suppose the following input is supplied to the program:
75+
Suppose the following input is supplied to the program, checking forking of code:
7676
8
7777
Then, the output should be:
7878
{1: 1, 2: 4, 3: 9, 4: 16, 5: 25, 6: 36, 7: 49, 8: 64}

0 commit comments

Comments
 (0)