add KR
This commit is contained in:
+1
-2
@@ -2,7 +2,6 @@ def check_number(item):
|
||||
return isinstance(item, (int, float))
|
||||
|
||||
|
||||
|
||||
def calculate_total_sum(nested_list):
|
||||
new_summ = 0
|
||||
for i in nested_list:
|
||||
@@ -22,4 +21,4 @@ def process_data(data, limit):
|
||||
|
||||
|
||||
print(check_number("u"))
|
||||
print(process_data(data = (3,4,6,6,7,(1000,300)), limit = 100))
|
||||
print(process_data(data=(3, 4, 6, 6, 7, (1000, 300)), limit=100))
|
||||
|
||||
Reference in New Issue
Block a user