mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Improved Code and removed warnings (#482)
Improved Code and removed warnings
This commit is contained in:
@@ -9,4 +9,4 @@ T = int(input().strip())
|
||||
ls = []
|
||||
for _ in range(T):
|
||||
fib(int(input().strip()))
|
||||
print(*ls, sep = '\n')
|
||||
print(ls, sep = '\n')
|
||||
|
||||
Reference in New Issue
Block a user