- 1
Does html apply in Python?
I guess it's possible but i don't know how. https://code.sololearn.com/WewqYMZM07c0/?ref=app
8 Answers
+ 2
I don't understand your question yet?
* Do you want to embed python in a html site?
* Do you want to create a web site with html?
please elaborate!
+ 2
Just want to add that this works on sololearn playground but not in Python in general
+ 1
Don't expect people to put effort into helping you if you're not even willing to put any effort into asking your question.
https://www.sololearn.com/Content-Creation-Guidelines?
https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://www.sololearn.com/discuss/333866/?ref=app
+ 1
What do you mean by "apply HTML in Python"?
+ 1
I Have Developed Py.js! You Can Use Basic Python In It!
See This Code: https://code.sololearn.com/W7V9YKg5IZlW/?ref=app
Also, Just Reply If This Answer Is Not Applicable...
0
I was just asking that is it possible to apply html in Python when creating a website
0
I think perhaps they were referencing something like
print("<!Doctype html><html><body><p>text</p></body></html>")
I'm not sure though, I've only seen it done once or twice