Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DataSciUF Python I.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>public static void main</code> in Java or <code>return</code> 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."
Expand Down