Answer:
name + name
Explanation:
When assigning values to a Variable in python, the + operator sums the values assigned to the variable into a single value hence there won't be any space between the values assigned .
Name + Name = NameName in python programming
They provide an intersection between technology, social interaction, and the sharing of information
Answer:
for i in range(56,71):
print(i)
Explanation:
By the range 56 to 71 it means that for loop will run when i=56 to i=71, but the upper bound is one less than the upper bound, and which is 70. So the above loop will print integers from 56 to 70.
And the above code is in Python.
And? Please give me an explanation.
<u>★ Defination:</u>
The number system or the numeral system is the system of naming or representing numbers. The number system helps to represent numbers in a small symbol set.
<u>★ Tips:</u>
The value of any digit in a number can be determined by:
• The digit
• Its position in the number
• The base of the number system
<u>★ Types of number system:</u>
There are various types of number system in mathematics. The four most common number system types are:
• Decimal number system (Base- 10)
• Binary number system (Base- 2)
• Octal number system (Base-8)
• Hexadecimal number system (Base- 16)