Solution Exercise 16
Exercise 16 Write a program in Python language that asks the user to enter a string s and then display him all the characters contained in this string.Example for s…
Ten global cloud players launch consortium to help secure data
Ten tech heavyweights, including Microsoft, Alibaba, Google, Intel and Tencent, announced Wednesday, August 21, 2019 the creation of the Confidential Computing Consortium (CCC), hosted by the Linux Foundation. Ten tech…
Solution Exercise 15 *
Exercise 15 Write a program in Python language that asks the user to enter an integer n and display it if this number is prime or not. Solution # Ask…
Cyberattack: In Texas, several official sites victim of a ransomware
After Baltimore (Maryland) and Riviera Beach (Florida), Texas is in turn victim of a major cyberattack. In the morning of Friday, 23 government institutions were the target of a ransomware,…
Google, 1.5% of passwords have already been hacked
Launched in February 2019, the Password Checkup application allows users to check whether the credentials and passwords they use are safe, or if they are likely to have been hacked.…
Solution Exercise 14
Exercise 14 Write a program in Python language that asks the user to enter an integer n and display it if this number is perfect square or not Solution #…
Solution Exercise 13
Exercise 13 Write a program in Python language that asks the user to enter two integers a and b and to display the quotient and the remainder of the Euclidean…