+ 39
[ ASSIGNMENT: ] Scrolling Text
TASK: Create a function named rotate() that accepts a String argument and returns an array of strings with each letter from the input String being rotated to the end. For Example: rotate("Hello") return --> ["elloH", "lloHe", "loHel", "oHell", "Hello"] NOTE: The original String should be included in the output array The order matters. Each element of the output array should be the rotated version of the previous element. The output array SHOULD be the same length as the input String. The function should return an emptry array with a 0 length String, as input! HappyCodings!;) https://www.sololearn.com/learn/9885/?ref=app
33 ответов
+ 31
John Wells 👍
No problem, sir, I understand, I expected this to happen, and there it is, that moment has come!!
Thank you for giving me great support and participating in most of the challenges I have set, I am really honored! 👌😊👍
I am an active member of the SL community and following all the events here, it's expected to inform me that this is my last assignment!
I want to thank everyone who follows, supports, encourages, and encourages my progress, it is my privilege to serve, and I hope that you have learned something in this way through assignments, and from me. 🤓🤘😉
Thanks to everyone, Best regards!! 👍
&&
to some other Challenge 🤗
HappyCodings My Friends!:) 😄
+ 23
Vishal Pal❄️⚛️ 👏🤗
Yes, I am my friend, don't worry,
everything is fine👍😉
Thank you very much!🤘😃
+ 22
Muhammad Hasan 😃😄👏
Thank you very much for your support and encouraging me!👍😊
HappyCodings! ;)
+ 19
Vishal Pal❄️⚛️ It's Ok!!👍😊
my friend don't worry!😉🌞😎
+ 17
Janning
Each of these assignments is submitted in the lessons factory 👍 and are waiting approval, 😉
therefore, there is an indication ASSIGNMENT !!
as this approach is approved by SL, and as long as they approve my work,
I wish you HappyCoding!:)
and I would like you to participate! 👌😊
// view my profile to see how many such examples there are!
+ 14
https://code.sololearn.com/W6xSeOt6QfTj/?ref=app
+ 14
Janning That's right 👍😉
In the title is written
[ ASSIGNMENT: ]
precisely because of that!
+ 14
Janning Posting assignments in Qa is allowed .👍 At least, we do not spam
+ 13
Saurabh Tiwari Thanks!👍😉
Janning solve the task,
write your answer according to the requirements of the task, that is, make a code and set it in the assignment!👍😆
Show your creation and coding skills!👌
😊🤓
+ 12
Great Assignment as always 👍
I've made my own, I'm still pretty early in python 😅
https://code.sololearn.com/cPrOdKd8Bh4G/?ref=app