We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca3efb commit cb71288Copy full SHA for cb71288
python/person.py
@@ -29,4 +29,5 @@ def fibonacci_of(n):
29
person = Person()
30
print('User Abbas has been added with id ', person.set_name('Abbas'))
31
print('User associated with id 0 is ', person.get_name(0))
32
- eval("person.get_name(0)")
+ eval("person.get_name(0)")
33
+ eval("fibonacci_of(3)")
python/requirements.txt
@@ -1,4 +1,3 @@
1
flask==1.0.2
2
django==1.11.29
3
requests==2.19.1
4
-pillow==6.2.1
0 commit comments