From d3c7d17c61ee1809c390a7e5b19a4d4f8eb6d396 Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 22 Sep 2016 18:22:49 -0400 Subject: [PATCH] sign in link --- DataSciUF Python I.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/DataSciUF Python I.ipynb b/DataSciUF Python I.ipynb index 50a3a68..30fa4f4 100755 --- a/DataSciUF Python I.ipynb +++ b/DataSciUF Python I.ipynb @@ -12,6 +12,7 @@ "metadata": {}, "source": [ "## Syntax\n", + "Sign in here: https://goo.gl/forms/0TtZgaOOpUfylznt1 ", "Python is an object oriented scripting language and does not require a specific first or last line (such as public static void main in Java or return in C).\n", "\n", "There are no curly braces {} to define code blocks or semi-colons ; to end a line. Instead of braces, indentation is rigidly enforced to create a block of code."