Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
algo-bsc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vuillemot Romain
algo-bsc
Commits
5b005795
Commit
5b005795
authored
1 year ago
by
Romain Vuillemot
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
d7feb84d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
course_id/outbound/01-listes.ipynb/testgrade.ipynb
+0
-80
0 additions, 80 deletions
course_id/outbound/01-listes.ipynb/testgrade.ipynb
with
2 additions
and
80 deletions
.gitignore
0 → 100644
+
2
−
0
View file @
5b005795
course_id/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
course_id/outbound/01-listes.ipynb/testgrade.ipynb
deleted
100644 → 0
+
0
−
80
View file @
d7feb84d
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"id": "ff85f1e7",
"metadata": {
"deletable": false,
"nbgrader": {
"cell_type": "code",
"checksum": "274f66a6493e86253b22688664dd1a6b",
"grade": false,
"grade_id": "cell-3cc0f00c3678cddb",
"locked": false,
"schema_version": 3,
"solution": true,
"task": false
}
},
"outputs": [],
"source": [
"a=1"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "de920222",
"metadata": {
"deletable": false,
"editable": false,
"nbgrader": {
"cell_type": "code",
"checksum": "662a5f86ec714facc3a4fa54f5440e9b",
"grade": true,
"grade_id": "cell-013c5c6e09af8284",
"locked": true,
"points": 1,
"schema_version": 3,
"solution": false,
"task": false
}
},
"outputs": [],
"source": [
"\n",
"assert isinstance(a, int)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2a5c3cfe",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.10.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% Cell type:code id:ff85f1e7 tags:
```
python
a
=
1
```
%% Cell type:code id:de920222 tags:
```
python
assert
isinstance
(
a
,
int
)
```
%% Cell type:code id:2a5c3cfe tags:
```
python
```
This diff is collapsed.
Click to expand it.
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