From e1141699dc75d39e77973b642198d9fca8f45f1e Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 12 Sep 2022 18:11:10 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Els=C5=91=20commit=20c=C3=ADme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 012bd27..e20d8bd 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# 5-Python-Projects-For-Beginners \ No newline at end of file +# 5-Python-Projects-For-Beginners + +Első commit tartalma \ No newline at end of file From dc89f13594663ee14ce752c07b68510bef5f83f0 Mon Sep 17 00:00:00 2001 From: Csaba Date: Mon, 12 Sep 2022 19:01:31 +0200 Subject: [PATCH 2/2] =?UTF-8?q?M=C3=A1sodik=20commit=20c=C3=ADme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 +++ .idea/5-Python-Projects-For-Beginners.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 4 +++- 7 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/5-Python-Projects-For-Beginners.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/5-Python-Projects-For-Beginners.iml b/.idea/5-Python-Projects-For-Beginners.iml new file mode 100644 index 0000000..246f21e --- /dev/null +++ b/.idea/5-Python-Projects-For-Beginners.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..a6fa933 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..86b0f20 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index e20d8bd..bf43446 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # 5-Python-Projects-For-Beginners -Első commit tartalma \ No newline at end of file +Első commit tartalma + +Második commit tartalma \ No newline at end of file