Music = (“rap”, “hip hop”, “gospel”)
Country = (“country”,) #make sure that comma is outside of quotes
New_music = music + Country
print(New_music)
#var can be whatever you want
output:
(“rap”, “hip hop”, “gospel”, “country”)
Answer:
December 17, 1903
Explanation:
On December 17, 1903, Wilbur and Orville Wright made four brief flights at Kitty Hawk with their first powered aircraft. The Wright brothers had invented the first successful airplane.
Answer:
c) Java.
Explanation:
Java can be refereed to as a programming language that allows Web site designers and developers to run applications on the user's computer.
Due to the fact that the java platform is a type of platform-independent language. The bytecode that was created with the code as at when compiling it and the language uses a JVM machine that can help in run bytecode on any platform.