0
Fill in the blank to comment out the text: x = 8 printing x print(x)
7 Respuestas
+ 6
Hello there! :)
From your piece of code I guess it's python. Please clarify a bit your question. Thanks :)
https://code.sololearn.com/WdnjNR74ydO0/?ref=app
https://www.sololearn.com/Discuss/333866/?ref=app
Here something about comments in Python:
https://www.sololearn.com/learn/Python/2288/?ref=app
+ 2
Here is the solution:
#
0
Specify the language and your question is unclear. Please whatever question you post please use search bar and try by yourself first
0
the answer is #
0
# is answer
0
Fill in the blank to comment out the text:
x = 8
# printing x
print(x)
- 1
Go through this 👇 also
https://code.sololearn.com/W995A7y40Dow/?ref=app