Question: Create a notebook or python script with comments to perform the following start recognizing your environment, and answer: What is your python version? - import

Create a notebook or python script with comments to perform the following start recognizing your environment, and answer:
What is your python version?- import sys/print(sys.version)
Run student_name = input("Enter Student Name:") or student_name =name
student_id = input("Enter Student ID:") or student_id =id
print("Student Name: "+ student_name + "Student Id: "+ student_id)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!