JP: Difference between revisions
Appearance
Content deleted Content added
Tags: Mobile edit Mobile web edit |
No edit summary Tag: Reverted |
||
Line 40: | Line 40: | ||
==Science and technology== |
==Science and technology== |
||
* list1=["red","green","blue"] |
|||
* [[.jp]], the Internet country-code top-level domain for Japan |
|||
print(len(list1)) |
|||
* [[Jackson-Pratt drain]], a surgical drain |
|||
l1=[1,2,3] |
|||
* Military prefix for jet propellant fuels such as [[JP-4]], [[JP-7]], [[JP-8]] |
|||
print(type(l1)) |
|||
* "JP", Formula 3 cars built by [[Joe Potts]] |
|||
list1=["red","green","blue"] |
|||
* [[Julian Period]] |
|||
list1.append("yellow") |
|||
print(list1) |
|||
lst1=["red","blue"] |
|||
lst1.clear() |
|||
print(lst1) |
|||
lst1=["red","green"] |
|||
lst2=lst1.copy() |
|||
print(lst2) |
|||
lst1=["red","blue","gren"] |
|||
lst2=["yellow","pink"] |
|||
lst1.extend(lst2) |
|||
print(lst1) |
|||
lst1=["red","blue","gren"] |
|||
print(lst1.index("blue")) |
|||
lst1=["red","green","blue","red"] |
|||
print(lst1.count("red")) |
|||
lst1=["red","green","blue"] |
|||
lst1.reverse() |
|||
print(lst1) |
|||
list1=["red","green","blue"] |
|||
list1.sort() |
|||
print(list1) |
|||
list1=["red","green","blue"] |
|||
list1.sort(reverse=1) |
|||
print(list1) |
|||
lst1=["red","green","blue","Yellow"] |
|||
lst1.sort(key = lst1.lower()) |
|||
print(lst1) |
|||
==Other uses== |
==Other uses== |
Revision as of 08:37, 4 September 2024
JP may refer to:
Arts and media
- JP (album), 2001, by American singer Jesse Powell or commonly known as J.P. died from a broken heart at age 35 in 2014 Ogga Bokoga
- Jp (magazine), an American Jeep magazine
- Jönköpings-Posten, a Swedish newspaper
- Judas Priest, an English heavy metal band
- Jurassic Park, an American media franchise
- Jyllands-Posten, a Danish newspaper
- J.P. Shibayama, a Digimon Frontier character
- JP, a Street Fighter character
People
- JP (musician) (born 1984), American singer-songwriter
- JP Duminy (born 1984), South African cricket player
- J.P. (rapper) (born 2003/2004), American rapper
- Jayaprakash Narayan (1902–1979), Indian independence activist
- Jonathan Putra (born 1982), British–American actor and television host
- JP Pietersen, (born 1986) South African rugby player
- Jordan Peterson (born 1962), Canadian psychologist, author and pundit
- JP Karliak (born 1981), American actor, voice actor and comedian
- JP Sears (born 1981), American conservative YouTuber and comedian
- JP Tokoto (born 1993), American basketball player, now in Israel's premier league
- J. P. Nadda (born 1960), Indian politician and lawyer
- J. P. Souzalin (1904–1976), Indian playwright and theatre director
- Kim Jong-pil (1926–2018), Korean politician, former Prime Minister of South Korea
Places
- Japan (ISO 3166-1 country code: JP)
- Jamaica Plain, Massachusetts, neighborhood of Boston, U.S.
Political parties
- Janata Party, India
- Jubilee Party, Kenya
- Justice Party (South Korea)
Science and technology
- list1=["red","green","blue"]
print(len(list1)) l1=[1,2,3] print(type(l1)) list1=["red","green","blue"] list1.append("yellow") print(list1) lst1=["red","blue"] lst1.clear() print(lst1) lst1=["red","green"] lst2=lst1.copy() print(lst2) lst1=["red","blue","gren"] lst2=["yellow","pink"] lst1.extend(lst2) print(lst1) lst1=["red","blue","gren"] print(lst1.index("blue")) lst1=["red","green","blue","red"] print(lst1.count("red")) lst1=["red","green","blue"] lst1.reverse() print(lst1) list1=["red","green","blue"] list1.sort() print(list1) list1=["red","green","blue"] list1.sort(reverse=1) print(list1) lst1=["red","green","blue","Yellow"] lst1.sort(key = lst1.lower()) print(lst1)
Other uses
- Justice of the peace, a judicial officer
- Adria Airways (IATA code: JP)