+ 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
35 odpowiedzi
+ 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
+ 11
Janning , the idea is approved and I didn't edited my thread on the matters.
Sorry, for trouble Danijel Ivanović
Edit:: Edited my thread
https://www.sololearn.com/discuss/1082512/?ref=app
+ 10
Here's mine:
But, sorry it doesn't work if user inputs null, I will try to implement it as soon as possible.
https://code.sololearn.com/cfq0jwyr99R6/?ref=app
+ 10
Danijel Ivanović from now on post these in your feed. Here is my code:
https://code.sololearn.com/cq1KlW36qKrf
+ 10
Danijel Ivanović
As mentioned by John Wells and getting informed about that by CipherFox
I again edited my thread on Challenge/Assignment Creation.
Hope You will review it.
https://www.sololearn.com/discuss/1082512/?ref=app
+ 9
Janning its an assignment
you can make a code on this and post it in this thread
+ 7
physicists have too much work to do
they dont worry for such small things
😉
+ 6
Danijel Ivanović Thank you for all the challenges. We enjoyed them all!
+ 5
https://code.sololearn.com/cvB0MCsbIVba/?ref=app