Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs220-lecture-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDIS
Computer Sciences
Courses
CS220
cs220-lecture-material
Commits
b0cd1f92
Commit
b0cd1f92
authored
1 year ago
by
Anna Meyer
Browse files
Options
Downloads
Patches
Plain Diff
add lab1 and lec 4 worksheet
parent
9c53fc3e
No related branches found
No related tags found
No related merge requests found
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sum23/labs/lab1/main.ipynb
+35
-0
35 additions, 0 deletions
sum23/labs/lab1/main.ipynb
sum23/lecture_materials/04_Functions_Creation_and_Scope/lec-04-worksheet.pdf
+0
-0
0 additions, 0 deletions
...ials/04_Functions_Creation_and_Scope/lec-04-worksheet.pdf
with
35 additions
and
0 deletions
sum23/labs/lab1/main.ipynb
0 → 100644
+
35
−
0
View file @
b0cd1f92
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "a8f0059c",
"metadata": {},
"outputs": [],
"source": [
"print(\"Hello CS220 / CS319 students! Now you know how to download and run a notebook file.\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.8.8"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:code id:a8f0059c tags:
```
python
print
(
"
Hello CS220 / CS319 students! Now you know how to download and run a notebook file.
"
)
```
This diff is collapsed.
Click to expand it.
sum23/lecture_materials/04_Functions_Creation_and_Scope/lec-04-worksheet.pdf
0 → 100644
+
0
−
0
View file @
b0cd1f92
File added
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment