1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
oee [108]
3 years ago
10

Suppose your name was Alan Turing. Write a statement that would print your last name, followed by a comma, followed by a space a

nd your first name.
Computers and Technology
1 answer:
vekshin13 years ago
5 0

Answer:

def name_string( name ):

     user_name = name

     split_name = user_name.split(" ")

     list( split_name )

    print ( split_name[ 1 ], ", ", split_name[ 0 ] )

# the test should print out " Turing, Alan"

name_string ( " Alan Turing " )  

Explanation:

The python function above should print out the reverse of a name and surname and separated by a comma.

You might be interested in
How does the action affect the end result of what you want to accomplish?
suter [353]

Whichever action you take to complete a task will inevitably affect the end result of whatever would need to be accomplished; whether this impact the task in a positive or a negative way.

3 0
2 years ago
WILL MARK BRAINLIEST.....
slamgirl [31]

Answer:

Variables. A variable is a way of naming and storing a value for later use by the program, ... its type, and optionally, setting an initial value (initializing the variable). ... byte x; x = 0; x = x - 1; // x now contains 255 - rolls over in neg. direction

Explanation:

7 0
3 years ago
You are running cable for a temporary network in a large auditorium. What is the maximum length you can have for the Ethernet ca
mote1985 [20]

It would be about 1K yards because it is a, as you stated<em> and</em> not to be rude, a large auditorium and 1K yards is the biggest number there.

4 0
3 years ago
True or False? The filtering phase of object-oriented problem solving determines which of the possible classes generated during
tangare [24]

Answer:

The answer is "True".

Explanation:

  • The object-oriented problem-solving, filtering process determines, that only one of the potential classes.It generates through brainstorming was the core class in the solution.
  • In the major issue-solving step, were searching for items important to Sorting. Once we discuss with categories we select. Next, do anything to copies.
5 0
3 years ago
What is the output of the program?
Sergio [31]

Answer:

the output of the above program is

2 3

3 5

8

Explanation:

It seems the program is trying to pair two numbers into one and leaving the unpaired number (in a case of odd number of numbers) as a separate output.

This is why numbers 2 and 3 form 23, numbers 3 and 5 form 35 and 8 is another output of the program.

5 0
3 years ago
Other questions:
  • Phoebe has to give a permission about recycling. Where should she look while presenting?
    11·1 answer
  • You should structure the<br> first before you search for a relevant picture.
    11·1 answer
  • ____ of risk is the choice to do nothing to protect an information asset and to accept the outcome of its potential exploitation
    14·1 answer
  • 29
    13·1 answer
  • Which of the following statements are true?
    11·1 answer
  • Community gardens are public gardens where local residents can grow plants in a plot. They are very popular, so there are often
    7·1 answer
  • Join zoom meet <br>id=547 458 9345<br>pw=sencHURI​
    8·2 answers
  • You are configuring a firewall to use NAT. In the configuration, you map a private IP address directly to a persistent public IP
    9·1 answer
  • How to code for a database?​
    6·1 answer
  • . Mercury, Venus, Earth, and Mars are the closest planets to the Sun
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!