Computer Science, asked by jiteshsharma19, 4 months ago

Write a Python program to assign values in variable as: Bookid=145,

Bookname= Information Technology, Price=539​

Answers

Answered by radhasinghtomar1
0

Book_kid = 145

print("Book_kid")

assigned the value of Book_kid as 145.

x = 590

print("Name")

assigned the value of x as 590.

a = 1

print("a")

assigned the value of a as 1

hope it helps u

:)

Similar questions