Skip to content

Commit e76f0b8

Browse files
Create Assignmentoperator.py
1 parent 52d62ac commit e76f0b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Assignmentoperator.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Assign a value to a variable
2+
x = 5
3+
4+
# Print the value of the variable
5+
print("The value of x is:", x)

0 commit comments

Comments
 (0)