0
How to add demo text (lorem ipsum ) in own Code?
anyone tell me shortcut for adding demo text..
7 ответов
+ 2
I want to add lorem ipsum demotext in HTML code but i don't know how to add.!
+ 1
What do you mean by "shortcut"?
I just use a generator, then copy paste.
https://www.freeformatter.com/lorem-ipsum-generator.html
+ 1
in the sololearn editor( as like sublime zen coding ) only not external link
+ 1
I'm fairly certain that a lorem ipsum generator is not a feature in the SoloLearn Code Playground. I don't know that adding such functionality would prove to be that great of a benefit, considering there are many external resources that provide this service already. However, don't let that discourage you from submitting your suggestion via the Feedback option from within the app or e-mail SoloLearn directly at info@sololearn.com.
+ 1
Already, I know many external resources that provides lorem ipsum generator but which is you send me that's new for me.
Thanks for that..!
0
for what language do you need it?
In python you could something like this, where "n" stands for repeatings of the text:
demotxt = "lorem ipsum dolor "
print(demotxt*n)
sure it's possible to make this more sophisticated, for example with arrays and a random function, but I think it's more helpfull to know the destinated language first.
0
Can i add demo text lorem ipsum in html in this sololearn? Anyone please?