117,513 views
1 vote
1 vote
Write a python code that prints out a certain thing from a declared variable.

User Rizwana
by
3.0k points

2 Answers

17 votes
17 votes

Answer:

greeting = "Hello"

print(greeting)

Step-by-step explanation:

User Bbejeck
by
3.1k points
18 votes
18 votes

Answer:

Hi = "Hello World"

print(Hi)

Step-by-step explanation:

User Andrei Titov
by
3.0k points