Posts by Pedro Henrique • 53 points
4 posts
-
2
votes1
answer113
viewsQ: To define the value of a css variable by java Script
I want to define the Progress css via java script, making it change with a value I put in the Html input. take a look: HTML: <link rel="stylesheet" type="text/css" href="HPCSS.css">…
-
0
votes2
answers381
viewsQ: Css does not stay in HTML
How do I load this HTML with CSS on another device. On my pc it loads the normal css, but when I have a friend open it for me, I send her only the HTML file and only the HTML appears. How do I load…
-
0
votes1
answer34
viewsQ: Function randint does not return a value
I wanted to make the randint call a random number, save the value of that number, open a question to the user and if; the user’s answer is equal to the number, say that he hit, if different, say he…
pythonasked Pedro Henrique 53 -
0
votes2
answers51
viewsQ: Calling function teething variable
How I call a variable created outside a function within a Python function For example: variavel=2 def test(): variavel=variavel+1 if variavel==3: print(variavel) test()…
pythonasked Pedro Henrique 53