From 8869415c08615f8aa2d4f8adbb598d8d436f3e5c Mon Sep 17 00:00:00 2001
From: Timotej Lazar
Napiši funkcijo divisors(n)
, ki izpiše vse delitelje števila (brez samega sebe), ki ga vnese uporabnik.divisors_sum(n)
, ki vrne vsoto vseh deliteljev števila, ki ga vnese uporabnik.
Uporabite funkcijo za vsoto deliteljev!
''' -plan = ['''\ - -''', - '''\ -'''] +plan = [] hint = { 'final_hint': ['''\ diff --git a/python/problems/functions/palindrome/sl.py b/python/problems/functions/palindrome/sl.py index e005057..9b064dd 100644 --- a/python/problems/functions/palindrome/sl.py +++ b/python/problems/functions/palindrome/sl.py @@ -19,11 +19,7 @@ False ''' -plan = ['''\ - -''', - '''\ -'''] +plan = [] hint = { 'final_hint': ['''\ diff --git a/python/problems/functions/palindromic_numbers/sl.py b/python/problems/functions/palindromic_numbers/sl.py index 8d64bab..db9a062 100644 --- a/python/problems/functions/palindromic_numbers/sl.py +++ b/python/problems/functions/palindromic_numbers/sl.py @@ -17,11 +17,7 @@ ki ga lahko dobimo kot produkt dveh tromestnih števil. Vir: Project Euler, Problem 4. ''' -plan = ['''\ - -''', - '''\ -'''] +plan = [] hint = { 'final_hint': ['''\ diff --git a/python/problems/functions/perfect_numbers/sl.py b/python/problems/functions/perfect_numbers/sl.py index a354a17..156b41d 100644 --- a/python/problems/functions/perfect_numbers/sl.py +++ b/python/problems/functions/perfect_numbers/sl.py @@ -16,11 +16,7 @@ Primer popolnega števila je 28, saj so njegovi delitelji 1, 2, 4, 7, 14, njihovUporabite funkcijo za vsoto deliteljev!
''' -plan = ['''\ - -''', - '''\ -'''] +plan = [] hint = { 'final_hint': ['''\ diff --git a/python/problems/functions/prime_numbers/sl.py b/python/problems/functions/prime_numbers/sl.py index f6c6b24..a224696 100644 --- a/python/problems/functions/prime_numbers/sl.py +++ b/python/problems/functions/prime_numbers/sl.py @@ -13,11 +13,7 @@ description = '''\ Napišite funkcijoprime(n)
, ki izpiše vsa praštevila manjša od n
.
'''
-plan = ['''\
-
-''',
- '''\
-''']
+plan = []
hint = {
'final_hint': ['''\
--
cgit v1.2.1