Posts by Natalia Tavares • 89 points
4 posts
-
3
votes1
answer303
viewsQ: What is the difference between Random.Choice and Random.Choices in Python?
I know they both draw random numbers, but what’s the difference between them ?
-
2
votes2
answers261
viewsQ: bold the first word of the HTML paragraph
I wanted to know how to put the first word of a paragraph in bold. I am using the file reset.css. I have tried to use <b> </b> and also <Strong> </Strong> but nothing…
-
3
votes1
answer667
viewsQ: What does the "git branch -M" main command do?
I’m creating a new repository and Github gives me the option to use the command: git branch -M main What does he do ?
-
-1
votes1
answer90
viewsQ: Program that calculates BMI
I am creating a Javascript program that calculates BMI, there are fixed patients who already come with their data filled and I am putting the option to add more patients. The problem is when a new…