Posts by Lucas Olimpio • 33 points
3 posts
-
0
votes3
answers372
viewsQ: What are these two dots at the beginning of a CSS URL?
I created a css sheet, linked to html to format it, after many attempts the code only accept formatting after I left it so: h1 { background-image: url(../img/sobre-background.jpg); } however I do…
-
0
votes1
answer691
viewsQ: Meaning of %in strings!
Hi, I was following a video formatting lessons of strings in Python and I saw that the teacher used %d and %, but my internet is having problems to load the video, I wanted to know what that means %…
-
1
votes3
answers326
viewsQ: Doubt with variables
Hello, I have a question, it seems silly but this getting in my way, I know that in Python you do not need to add a type to variable, example: name = str("Python") but I see some people declaring…