Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in python , cohse the right answer q4: How to insert COMMENTS into Python code?' 1- /* comment 2- # comment 3- // comment 4-
in python , cohse the right answer
q4: How to insert COMMENTS into Python code?'
1- /* comment
2- # comment
3- // comment
4- / comment
q5: How do I create a variable with a numeric value of 5?
1- x = unt (5)
2- x = 5
3- Both of the above are correct
4- None of the above
q6 : How do I create a floating number variable 2.8?
1- x = float (2.8)
2- x = 2.8
3- Both of the above are correct
4- None of the above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started