summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fahrenheit_to_celsius/sl.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-15 15:26:28 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-15 15:26:28 +0200
commitdf2e7033ff1a4336d7cc404a845e3c214ee7ddfd (patch)
treed1fe6e408f0c312fbce5bdf19f9b63fef255aad4 /python/problems/introduction/fahrenheit_to_celsius/sl.py
parent7234dbb956f61a3592e029d463cd130ae6461c23 (diff)
Improved hints for pythagorean theorem.
Diffstat (limited to 'python/problems/introduction/fahrenheit_to_celsius/sl.py')
-rw-r--r--python/problems/introduction/fahrenheit_to_celsius/sl.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/problems/introduction/fahrenheit_to_celsius/sl.py b/python/problems/introduction/fahrenheit_to_celsius/sl.py
index 41aab7a..1c73cce 100644
--- a/python/problems/introduction/fahrenheit_to_celsius/sl.py
+++ b/python/problems/introduction/fahrenheit_to_celsius/sl.py
@@ -128,11 +128,4 @@ C = 5/9 * (F – 32).
</pre>
<p> Python ne zna izpuščati znaka za množenje, kot to delamo pri matematiki.</p> '''],
- 'syntax_error' : [general_exception['error_head'], general_exception['general'],
- general_exception['type_error'], '''
-<p> Ste mogoče pozabili na kakšen zaklepaj? </p>'''],
-
- 'indentation_error' : [general_exception['error_head'], general_exception['general'],
- general_exception['indentation_error']],
-
}