Answer:
1. Input() is the correct answer
2.Most programming languages have a data type called a string, which is used for data values that are made up of ordered sequences of characters, such as "hello world". A string can contain any sequence of characters, visible or invisible, and characters may be repeated. ... A string can be a constant or variable .
3.The int() function converts the specified value into an integer number.
4.CandyCost = int(input("How much is the candy?"))
5.int()
ANSWERS
Answer:
10%÷100 it is correct answer
Answer:
1 You can learn to draw
2 You can learn to code
3 You can learn to make a thumbnail
4 You can learn how to follow yourself
5 You can learn to remix your own projects
6 You can learn how to make a featured project you've never shared
Explanation:
Answer:
The answer is "Option c".
Explanation:
Cryptography is a process, in which by using code we encrypt information and communication to be read and processed by only those expected, and the explanation of given option, that were not correct can be described as follows:
- In option a, It is a process that encrypts data within the file, that's why it is not correct.
- In option b, It is used for text encryption, that's why it is not correct.
- In option d, It is a protocol which uses keys for encryption, that's why it is not correct.
>>> s = "012345678"
>>> s
'012345678'
>>> s[ 1 : 6 ]
'12345'