gokhanturer commited on
Commit
0fcd9a1
·
1 Parent(s): 4c1f8a9

adding new NB

Browse files
.ipynb_checkpoints/Trial_first_notebook-checkpoint.ipynb ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 2,
6
+ "id": "4bc0b05a-48fa-4f41-8f03-b498dd473819",
7
+ "metadata": {
8
+ "tags": []
9
+ },
10
+ "outputs": [
11
+ {
12
+ "name": "stdout",
13
+ "output_type": "stream",
14
+ "text": [
15
+ "hello\n"
16
+ ]
17
+ }
18
+ ],
19
+ "source": [
20
+ "print(\"hello\")"
21
+ ]
22
+ },
23
+ {
24
+ "cell_type": "code",
25
+ "execution_count": 3,
26
+ "id": "41539be2-804a-4c59-a971-0c0dfd246b9b",
27
+ "metadata": {
28
+ "tags": []
29
+ },
30
+ "outputs": [
31
+ {
32
+ "data": {
33
+ "text/plain": [
34
+ "408"
35
+ ]
36
+ },
37
+ "execution_count": 3,
38
+ "metadata": {},
39
+ "output_type": "execute_result"
40
+ }
41
+ ],
42
+ "source": [
43
+ "12*34"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type": "code",
48
+ "execution_count": null,
49
+ "id": "56de8305-ffd0-4c71-bb5a-7bc3a94598f2",
50
+ "metadata": {},
51
+ "outputs": [],
52
+ "source": []
53
+ }
54
+ ],
55
+ "metadata": {
56
+ "kernelspec": {
57
+ "display_name": "Python 3 (ipykernel)",
58
+ "language": "python",
59
+ "name": "python3"
60
+ },
61
+ "language_info": {
62
+ "codemirror_mode": {
63
+ "name": "ipython",
64
+ "version": 3
65
+ },
66
+ "file_extension": ".py",
67
+ "mimetype": "text/x-python",
68
+ "name": "python",
69
+ "nbconvert_exporter": "python",
70
+ "pygments_lexer": "ipython3",
71
+ "version": "3.11.5"
72
+ }
73
+ },
74
+ "nbformat": 4,
75
+ "nbformat_minor": 5
76
+ }
Trial_first_notebook.ipynb ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 2,
6
+ "id": "4bc0b05a-48fa-4f41-8f03-b498dd473819",
7
+ "metadata": {
8
+ "tags": []
9
+ },
10
+ "outputs": [
11
+ {
12
+ "name": "stdout",
13
+ "output_type": "stream",
14
+ "text": [
15
+ "hello\n"
16
+ ]
17
+ }
18
+ ],
19
+ "source": [
20
+ "print(\"hello\")"
21
+ ]
22
+ },
23
+ {
24
+ "cell_type": "code",
25
+ "execution_count": 3,
26
+ "id": "41539be2-804a-4c59-a971-0c0dfd246b9b",
27
+ "metadata": {
28
+ "tags": []
29
+ },
30
+ "outputs": [
31
+ {
32
+ "data": {
33
+ "text/plain": [
34
+ "408"
35
+ ]
36
+ },
37
+ "execution_count": 3,
38
+ "metadata": {},
39
+ "output_type": "execute_result"
40
+ }
41
+ ],
42
+ "source": [
43
+ "12*34"
44
+ ]
45
+ },
46
+ {
47
+ "cell_type": "code",
48
+ "execution_count": null,
49
+ "id": "56de8305-ffd0-4c71-bb5a-7bc3a94598f2",
50
+ "metadata": {},
51
+ "outputs": [],
52
+ "source": []
53
+ }
54
+ ],
55
+ "metadata": {
56
+ "kernelspec": {
57
+ "display_name": "Python 3 (ipykernel)",
58
+ "language": "python",
59
+ "name": "python3"
60
+ },
61
+ "language_info": {
62
+ "codemirror_mode": {
63
+ "name": "ipython",
64
+ "version": 3
65
+ },
66
+ "file_extension": ".py",
67
+ "mimetype": "text/x-python",
68
+ "name": "python",
69
+ "nbconvert_exporter": "python",
70
+ "pygments_lexer": "ipython3",
71
+ "version": "3.11.5"
72
+ }
73
+ },
74
+ "nbformat": 4,
75
+ "nbformat_minor": 5
76
+ }