diff --git a/README.md b/README.md index 78d1421..0b38ed3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # pythoncode test number 1 This is an in place edit + +Another edit to readme.me + +a change after feature created +a new change + diff --git a/new.txt b/new.txt new file mode 100644 index 0000000..c194fe4 --- /dev/null +++ b/new.txt @@ -0,0 +1,23 @@ +if p%2==0 and p==n-1: + return 0 + + + if p==1 or p==n: + return 0 + + pageList = list(range(0,n+1)) + print(pageList) + + fIndex = pageList.index(p) + print(int(fIndex/2)) + + fPages = int(fIndex/2) + pageList.reverse() + print(pageList) + rIndex = pageList.index(p) + #print(rIndex) + rPages = int(rIndex/2) + print(int(rIndex/2)) + return min(fPages,rPages) + #pageDiff = n-p + #pageHalf = int(n/2) \ No newline at end of file diff --git a/postbranch.txt b/postbranch.txt new file mode 100644 index 0000000..9e0cd54 --- /dev/null +++ b/postbranch.txt @@ -0,0 +1 @@ +a new file created after feature diff --git a/testpostreportbranch b/testpostreportbranch index e4e219b..4933da4 100644 --- a/testpostreportbranch +++ b/testpostreportbranch @@ -1,3 +1,10 @@ a file created in main after the repo branch +test mult users +a secong change +test merge test mult users 2 - +p1 changed push to main +p1 rebase addition on main +p1 rebase second change on main +rebase test branch change +rebase p2 change 2