It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))
It’s C vinyl records permit magnetic fields
Answer:
Answer provided in screenshot, not really too happy with my implementation but it works.
Explanation:
Iterate through months, handling logic for every 12 months to get the raise.
Answer:
Yes, the relation is a function
Domain = {-3,1,3,7}
Range = {7,3,1-1}
Explanation:
Given
{(-3,7),(1,3),(3,1),(7,-1)}
To determine if the relation is a function or not, we check if every output has only one corresponding input.
The output are (7,3,1-1) while the input are (-3,1,3,7)
-3 ----;> 7
1 -------> 3
3 -------> 1
7 -------> -1
It is a function since every output only has one corresponding input
To find the domain, we look at the set of input values
Domain = {-3,1,3,7}
To find the range, we look at the set of output values
Range = {7,3,1-1}
Answer:
Incremental ( C )
Explanation:
The incremental backup system should be used since Catherine intends to backup files every morning and this is because Incremental backup uses the least amount of disk space by simply copying data of files that have been changed after its previous backup session . Instead of copying all the files that it has previously copied in the previous backup session