Answer:
def encrypt_digit(digit):
if type(digit) is int or float:
digit = str(digit)
hold = list()
for x in digit:
d = str((int(x) + 3)%10)
hold.append(d)
first = hold.pop(0)
second = hold.pop(0)
third = hold.pop(0)
fourth = hold.pop()
print(int("".join([third,fourth, first, second])))
encrypt_digit(7836)
Explanation:
The python function accepts a four-digit parameter which represents the data transmitted over the company's telephone network. The function encrypts the data by adding 3 to each digit and getting the modulus of division 10, then the digits are swapped and printed out encrypted and ready for transmission.
Answer:
it's a Jamaican slang
Explanation:
it depends on the wah it is used
<h2>
Answer:</h2><h2>Idea citizen activation badge is a part of the idea silver award and is in the citizen category,helping you learn digital awareness,safety and ethics.</h2>
Answer:
Optimistic duration
Explanation:
The following three concepts are Project management concepts:
Optismitic duration: Estimation of the shortest duration of a task, taking into account the difficulty, etc.
Pessimistic duration: Estamation of the longest duration of a task, taking into account the difficulty, etc
Expected duration: Expected duration of a task, kind of a compromise between the optmistic duration and the pessimistic duration.
Which of the following is the estimate of the minimum amount of time it would take to perform a task?
The answer is Optimistic duration
Microsoft Word is an overall very good application. It can be easily used with other Microsoft products, such as PowerPoint and Excel. However, there are some cons.
The spelling and grammar check is widely considered not very good. It does pick up many spelling errors, but many grammar errors are either not noticed, or are incorrectly noticed - it may say that you have made an error when you have not.