Visitor activity

nick

Public contributions from visitors who posted under the name nick.

Questions 51
Answers 0

Recent questions

Latest questions from nick

Section Four Title: The service of death Rationale: Section 4 opens up about both the mental and physical effects of being in the internment camps as they were so brutal that some people began to pray for death as a way...
1 answer
the car at each vertex f a ferris wheel holds a max of 5 pople. the sum of the interior angers of ther ferris wheel is 7740 what is the maxximum number of people the ferris wheel can hold
1 answer
When we pack to go on vacation, there is always “one more” thing that we need to get in the suitcase. Maybe it’s another bathing suit, pair of shoes, book – whatever the item, we need to get it in. Fortunately, we can sq...
1 answer
Why is there no change in volume when pressure is applied to liquids and solids?
1 answer
Write a program that asks the user for their name using input. It should have another string variable that represents the name on a particular table reservation in a restaurant, stored in a variable called reservation_na...
1 answer
Write a program that asks the user for a number. Report whether that number is positive, zero, or negative. You should use an if-elif-else statement. An example interaction with your program might look like this: Enter a...
1 answer
Write a program that reports whether or not someone is old enough to vote in the U.S. You should do the following in your program: Ask the user for their age, and store it in a variable Use an if/else statement with the...
1 answer
What does this Python expression evaluate to? 100 != 100 True False “True” “False”
1 answer
how do cheat on a spanish test i have a hoodie a pen and note card and my teacher ocasonaly walks around but this is not cheating becuss eits allowed in this class
1 answer
how do cheat on a spanish test i have a hoodie a pen and note card and my teacher ocasonaly walks around
1 answer
Using your knowledge of history and the documents, evaluate the extent to which the environment and/or knowledge of the environment affected imperial expansion in the period circa 1450–1750. Introduction Paragraph – ONE...
1 answer
score = float(input("Enter test score (0-100): ")) print("Invalid input: please enter a number.") raise SystemExit if score < 0 or score > 100: print("Score must be between 0 and 100.") elif score >= 90: print("Excellent...
1 answer
write a prgram thas ask for a test score and prints >20 excellent good if 70-89 needs iprovemtn if <70
1 answer
Prompt: Using your knowledge of history and the documents, evaluate the extent to which the environment and/or knowledge of the environment affected imperial expansion in the period circa 1450–1750. Document 1 Source: Ba...
1 answer
print("Welcome to the Personal Info & Calulator Program!") name = input("Enter your name: ") age = int(input("How old are you ")) number = int(input("Enter your favorite number: ")) college = input("Enter your 1# college...
1 answer
new_age = (age**)
1 answer
num = int(input("enter a number:")) print(f"Multiplcation Table for {num}") for i in range(1,11): print (f"{num} x {i} = {num * i}")
1 answer
make this simpler nd abe to run on code hs python 3 def get_float(prompt): while True: try: return float(input(prompt)) except ValueError: print("Please enter a valid number (e.g. 3.5).") def get_int(prompt, default=10):...
1 answer
make this better and copyand paste able n = float(input("Enter a number: ")) except ValueError: print("Please enter a valid number.") raise SystemExit(1) for i in range(1, 11): print(f"{n:g} x {i} = {(n * i):g}")
1 answer
Scenario: A learning app generates multiplication tables for kids. Write a Python program that: Asks for a number Prints its multiplication table from 1 to 10
1 answer
temperature = int(input("Enter a temp:")) Celsius =(temperature) - 32 * 5/9
1 answer
what are some games you can play on a school computer that dont go aginst your guide line sim in the 10th grade
1 answer
unbllocked games on dc school commputers
1 answer
How much energy is released when one mole of water at 0°C changes from liquid to solid?
1 answer
num1 = (input("enter a number:")) num2 = (input("enter a second number:")) num3 = (input("enter a third number:")) print(f"{num1 + num2 + num3}")) num1+num2+num3 make the answer pint in a f string
1 answer

Recent answers

Latest answers from nick

No public answers found for this visitor name.