Posts by Pardal123 • 11 points
5 posts
-
0
votes1
answer39
viewsQ: Write to file . txt using Javascript
I have a form HTML very simple (I am using it only for testing) <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible"…
-
0
votes3
answers188
viewsQ: Two classes or more in the same element in HTML
I would like to know if it is possible to assign two or more classes in the HTML element. For example, I have a div, I could assign two class to her? <div class="primeira_classe"…
-
-3
votes1
answer44
viewsQ: How can I use python with c++?
I found that I can use two programming languages in the same program, but I don’t know exactly how to do this... I just wanted an idea in a very simple example to make the code work below and I…
-
-3
votes1
answer52
viewsQ: The . append() is not working in my dictionary - Python
Hello, my problem is this: I have a dictionary called People: pessoas = {} that allows me to register the name and age of the person. I made a input asking how many people the user would like to…
-
0
votes2
answers61
viewsA: Loop while not working well - Hakerrank
Hello... First his return is returning a tupla with all the values you asked to be returned, this happens because: python does not allow multiple returns, so it throws all of this inside a tupla and…
python-3.xanswered Pardal123 11