Computer Science, asked by singhdivyansh0911, 3 days ago

Python to print exact same pattern.
Give correct answer only.

Answers

Answered by mokshjoshi
0

Answer:

हमारे यहाँ स्त्रियों के खास गीत सावन में गाए जाने वाले कजरी गीत, त्योहार, विवाह, जन्मोत्सव, प्रेमी-प्रेमिका को छेड़ने वाले छेड़छाड़भरे गीत, पनघट व नदियों के किनारे, खेतों में गाए जाने वाले आदि स्त्रियों के कुछ खास

Explanation:

note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input`

age = int(input("Please enter your age: "))

if age >= 18:

print("You are able to vote in the United States!")

else:

print("You are not able to vote in the United

Similar questions