Answer:
Should be the complex formatting feature
Explanation:
Answer:
I'd say true
Explanation:
Because techonolgical advancements have made the marketplace more reliable and more powerful than ever before. Hoep it helps
Answer:
string = input()
normal = ""
reverse = ""
for i in range(len(string)):
if string[i].isalpha():
normal += string[i].lower()
reverse = string[i].lower() + reverse
if normal == reverse:
print(string + " is a palindrome")
else:
print(string + " is not a palindrome")
Explanation:
- Loop up to the length of string.
- Use an if statement to check if a certain character is an alphabet.
- Check if both the normal and reverse strings are equal, then display that it is a palindrome.
You could print one side, flip the paper over and then print what you wanted on the other side.
Answer:
Yes programming is necessary to achieve goals
Programming helps to build
1)Website
2) Apps
3)Games
4)Security management
Through Making some transaction apps, We are able to pay or receive payments in very short time
So, Programming Saves time and money which is essential in today's world