Quick actions

cmd+k|ctrl+k

Navigation

Languages

Basic

Snippet info

Language

Python

Visibility

public

Author

aaryan.code

Created

2026-01-10T20:16:10.580866Z

Updated

2026-01-10T20:38:54.6653Z

name="Aaryan"
age= 17
price= 25.88
age2 = age + 3

print("My name is",name )
print("My age is",age )
print("My book price is",price )
print("My brother age is",age2)
INFO