subject

Use your PythonAnywhere account to write a program in Python that satisfies the following tasks: Ask the user what their address is
Using a print statement, tell them how many characters long their address is (use the format, “Your address is 43 characters long.”)
Print the fifth character of their address (be careful—what position is the fifth character?)
Determine whether the word “Main” is in their address and display either True or False
Print their address three times

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:10
My has been slow anyone else’s ?
Answers: 1
question
Computers and Technology, 23.06.2019 19:00
Acompany is hiring professionals for web designing. the firm is small with few resources. they want employees who possess problem-solving skills and can independently carry out responsibilities. which kind of employee should they select?
Answers: 2
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
question
Computers and Technology, 24.06.2019 22:30
Telling a computer that is already on to turn again is known as what type of boot?
Answers: 1
You know the right answer?
Use your PythonAnywhere account to write a program in Python that satisfies the following tasks: As...
Questions
question
English, 05.11.2019 01:31
question
Mathematics, 05.11.2019 01:31
question
Mathematics, 05.11.2019 01:31
Questions on the website: 13722360