Skip to content

Commit c10f151

Browse files
Ava Crnkovic-RubsamenAva Crnkovic-Rubsamen
authored andcommitted
Assignment JoeOsborn#1 - first try
1 parent 4bb6827 commit c10f151

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"My name is Ava Crnkovic-Rubsamen. I've taken computer science classes for the past two years, and I've been doing robotics since the beginning of middle school. I have never taken a class that was explicitly Artificial Intelligence, but I'm really interested in learning more about it. From this course, I hope to learn more about AI and figure out if it is something I am interested in and enjoy doing. Some of my other hobbies are debate, swimming, and ceramics, although I enjoy doing many different things."
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 1,
13+
"metadata": {
14+
"collapsed": false
15+
},
16+
"outputs": [
17+
{
18+
"name": "stdout",
19+
"output_type": "stream",
20+
"text": [
21+
"Ava Crnkovic-Rubsamen\n"
22+
]
23+
}
24+
],
25+
"source": [
26+
"print(\"Ava Crnkovic-Rubsamen\")"
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"metadata": {
33+
"collapsed": true
34+
},
35+
"outputs": [],
36+
"source": []
37+
}
38+
],
39+
"metadata": {
40+
"kernelspec": {
41+
"display_name": "Python [Root]",
42+
"language": "python",
43+
"name": "Python [Root]"
44+
},
45+
"language_info": {
46+
"codemirror_mode": {
47+
"name": "ipython",
48+
"version": 3
49+
},
50+
"file_extension": ".py",
51+
"mimetype": "text/x-python",
52+
"name": "python",
53+
"nbconvert_exporter": "python",
54+
"pygments_lexer": "ipython3",
55+
"version": "3.5.2"
56+
}
57+
},
58+
"nbformat": 4,
59+
"nbformat_minor": 0
60+
}

0 commit comments

Comments
 (0)