Answer:
# -*- coding: utf-8 -*-
# Get N from the command line
import sys
N = int(sys.argv[1])
if N > 0: #N is positive
positve = list(range(N,0,-1))
print(positve)
elif N < 0: #N is negative
negative = list(range(N,0,1))
print(negative)
else:
print("Invalid in input")
Explanation:
First, you need to identify if the number entered is positive, negative or none of them, for that we use one if, one elif and one else statement:
- If the number entered (N) is greater than zero (is positive) we print a list in the range N to 0 in steps of minus one, the zero is not printed because the function range by default omits the last value
- If the previous statement was False and the number entered is smaller than zero (is negative) we print a list in the range N to 0 in steps of one, the zero is not printed because the function range by default omits the last value
- Finally, if the two previous events were false print invalid input
Turbooooooooooi
Hope it helps Mister
Explanation:
Step1
Strength is the maximum stress induces in the material under applied load condition. More the strength more will be ability to sustain load. Strength can be measured from tensile test. It has same unit as stress. Generally ductile material has more strength as compare to brittle material.
Step2
Hardness is the resistance to scratch on the material under given load condition. More the hardness more will be the resistance towards scratching of material. Hardness can be measured by Rockwell or Birnell hardness test. This property of metal is opposite to the strength.
Step3
Toughness is the ability to absorb energy under given loading condition up to its fracture point. It is a type of strain energy that is stored in the metal. Generally ductile metal has more toughness as compare to brittle.
Answer:
Your question is lacking some information attached is the missing part and the solution
A) AB = AD = BD = 0, BC = LC
AC = 
B) AB = AD = BC = BD = 0
AC = 
Explanation:
A) Forces in all members due to the load L in position A
assuming that BD goes slack from an inspection of Joint B
AB = 0 and BC = LC from Joint D, AD = 0 and CD = 4L/3 C
B) steps to arrive to the answer is attached below
AB = AD = BC = BD = 0
AC = 
Answer:
A pirated software
Explanation:
Software piracy is a term used to describe the act of illegally using, copying, distributing, modifying or selling software without ownership or legal rights. When unauthorized individual uses or accesses a software products and services, then the software is pirated.
Since Sam is giving all the team members a (free) copy of the game without (consent) from the company, it is illegal and termed pirated software