From 4b0e419541244969e3177b7da6efc3149c2263aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Pober=C5=BEnik?= Date: Fri, 13 Oct 2017 12:42:22 +0200 Subject: Python: Add introduction group for FKKT students Python: Add anchor link to jump to FKKT exercices --- python/problems/introduction-fkkt/en.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/problems/introduction-fkkt/en.py (limited to 'python/problems/introduction-fkkt/en.py') diff --git a/python/problems/introduction-fkkt/en.py b/python/problems/introduction-fkkt/en.py new file mode 100644 index 0000000..1990c96 --- /dev/null +++ b/python/problems/introduction-fkkt/en.py @@ -0,0 +1,3 @@ +name = 'Introduction - FKKT' +description = 'Expressions, variables, built-in functions, input, output, first program' + -- cgit v1.2.1