You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.4 KiB
Plaintext

4 years ago
{
"cells": [
{
"cell_type": "markdown",
"id": "authorized-paris",
"metadata": {},
"source": [
"### Jupyter notebook and Python Fundamentals"
]
},
{
"cell_type": "markdown",
"id": "unnecessary-replica",
"metadata": {},
"source": [
"#### Git Basics"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "freelance-limitation",
"metadata": {},
"outputs": [],
"source": [
"student_names = ['Andrew', 'John', 'Nicholas', 'Thomas']"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "everyday-celebration",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'John'"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"student_names[1]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "buried-playback",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.12"
}
},
"nbformat": 4,
"nbformat_minor": 5
}