Jump to content

OP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tag: Reverted
m Reverted edit by 182.78.161.2 (talk) to last version by Bencemac
Line 70: Line 70:


{{disambiguation}}
{{disambiguation}}
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
print(dict1)
dict2={}
print(dict2)
print(type(dict1))
print(len(dict1))
dict3={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24,"Aryan":28}
print(dict3)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
print(dict1.items())
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
dict1["Dhruv"]=30
print(dict1)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
dict1.update({"Jashan":30})
print(dict1)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
dict1["Priyanshu"]=45
print(dict1)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
del dict1["Pansul"]
print(dict1)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
dict1.clear()
print(dict1)
dict1={"Pansul":32,"Aryan":23,"Dhruv":13,"Jashan":24}
dict2=dict1.copy()
print(dict2)

Revision as of 10:25, 18 September 2024

OP or Op may refer to:

Arts and entertainment

  • One Piece, a 1997 Japanese manga and anime
  • OP, an abbreviated term for opening theme songs in anime
  • Opposite prompt, a stage right prompt corner on a theatre stage
  • Optimus Prime, a character from the Transformers franchise
  • Op., short for opus number, used to denote one work of musical composition from many
  • Original pronunciation, the phonology of Early Modern English, as used in William Shakespeare's time, specifically when used to perform his works in modern times.
  • Out of print, a status of a book title at a publishing house

Businesses and organizations

Internet

  • Original post (or poster), the opening entry (or author thereof) in a thread or discussion in an internet forum
  • Overpowered (game balance), in video games, when a particular aspect or character is lacking game balance

Mathematics and computers

Places

Other uses

See also