Skip to content

Commit cde9ae4

Browse files
authored
Update README.md
1 parent 4b531c1 commit cde9ae4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# Python-Essentials-1-2
32
This repository contains beginner and intermediate Python practice files based on the Python Essentials syllabus.
43
=======
@@ -46,19 +45,8 @@ or:
4645

4746
python "Python Essentials 2/object_oriented_programming_oop.py"
4847

49-
## Upload To GitHub
50-
51-
Run these commands in the project root folder:
52-
53-
git init
54-
git add .
55-
git commit -m "Add Python Essentials 1 and 2 practice files"
56-
git branch -M main
57-
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
58-
git push -u origin main
5948

6049
## Notes
6150

6251
- These files are practice-focused and beginner-friendly.
6352
- Edit values, add your own exercises, and rerun to learn faster.
64-
>>>>>>> 5515d03 (Add Python Essentials 2 practice files)

0 commit comments

Comments
 (0)