- 4
Fill in the blanks to produce code which takes text as input, assigns it to the name variable, and outputs it.
Fill in the blanks to produce code which takes text as input, assigns it to the name variable, and outputs it.
14 Answers
+ 7
Answer wan't
+ 1
=
0
the real serious answer it :=
- 1
:=
- 1
- 2
Please add proper tags to your questions .
- 2
- 2
- 2
:=
here answer
- 3
- 4
im thinking your question is related to python, since that is the course you are taking. if so, it would look something like this:
name=input()
print(name)
- 5
Fill in the blanks to produce code which takes text as input, assigns it to the name variable, and outputs it
- 6
print(num:=int(input())
- 6
creamy