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
Len [333]
4 years ago
14

Python

Computers and Technology
1 answer:
Lemur [1.5K]4 years ago
3 0

Answer:

#Program starts here

#Prompt User for Input "FirstName and LastName "

FirstName = input("Enter Your FirstName: ")

LastName = input("Enter Your LastName: ")

#Define Function

def lastF(FirstName, LastName):

     FirstName = FirstName[0]+"."

     print(LastName+", "+FirstName);

lastF(FirstName, LastName) #Call Function

#End of Program

Explanation:

On line 3 and 4, the user is expected to enter his/her first name and last name respectively

On line 6, the function LastF with two arguments is defines

On line 7, the initial of FirstName is extracted

Line 8 prints the required output

Line 9 Calls the defined function.

You might be interested in
A stateless firewall inspects each incoming packet to determine whether it belongs to a currently active connection.
satela [25.4K]

Answer:

False

Explanation:

Stateless firewall uses characteristics of the incoming packet to determine whether the packet should be permitted or rejected. Examples of such packets characteristics include:

- Source IP address

- Destination IP address

- Protocol

- Port

Stateless firewall does not keep track of active connection (state information) to be able to filter packets by that criteria.

3 0
3 years ago
Complete the following sentence.
dexar [7]

Answer:

arte digital es una forma de arte que utiliza principios de ingeniería como paleta.

Explanation:

8 0
2 years ago
State whether true or false.
Rufina [12.5K]
True. hope this helped!!
7 0
3 years ago
Can you exclude header rows from sort in excel?
Ad libitum [116K]

Answer:

The easiest way to sort excluding first row must be unselecting the first row. keys simultaneously to quickly select the data range from the second row to the end. Then you can sort the data excluding first row.

Explanation:

yes

4 0
3 years ago
When performing actions between your computer and one that is infected with a virus, which of the following offers NO risk of yo
Alexandra [31]

The one already infected, I think ..

6 0
3 years ago
Other questions:
  • Why Unicode is the standard way of converting binary to text?
    8·1 answer
  • The max-age attribute of a cookie is specified in
    13·1 answer
  • What is processor, memory RAM, cDRAM,DVD RAM,video card​
    9·1 answer
  • What is a seismogram?
    9·1 answer
  • When evaluating portable CD players, you consider price, the sound quality, and ease of using the controls. These are your _____
    8·2 answers
  • What does it mean to search an index or the web? (DONT TAKE ANSWERS FROM THE INTERNET!)
    9·2 answers
  • An example of an asset is:<br><br> A. Time<br> B. Money<br> C. A Car <br> D. All of the above
    5·2 answers
  • Which of the following are part of personal growth? Check all of the boxes that apply.
    8·2 answers
  • What would be a social networking page background for Sigmund Freud?
    15·1 answer
  • state an application that would be better to write c++ than java and give a rationale for your answer
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!