diff --git a/Python/.gitignore b/Python/.gitignore index d6b7ef3..c8a9d02 100644 --- a/Python/.gitignore +++ b/Python/.gitignore @@ -1,2 +1,2 @@ -* + !.gitignore diff --git a/Python/194103.python3.txt b/Python/194103.python3.txt new file mode 100644 index 0000000..f739971 --- /dev/null +++ b/Python/194103.python3.txt @@ -0,0 +1,6 @@ + +a=input() +b=len(a) +d=int(input()) +e=d%b +print(a[e:]+a[:e][::1])