subject

You will be passed the filename P, firstname F, lastname L, and a new birthday B. Load the fixed length record file in P, search for F, L in the first and change birthday to B. Then save the file.

# Get the filepath from the command line

import sys

P= sys. argv[1]
F= sys. argv[2]
L= sys. argv[3]
B= sys. argv[4]

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
Awide variety of “ apps “ are available to customize devices. which category of app does the word processing software fall into?
Answers: 2
question
Computers and Technology, 23.06.2019 20:30
What is the biggest difference between section breaks and regular page breaks
Answers: 1
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
You know the right answer?
You will be passed the filename P, firstname F, lastname L, and a new birthday B. Load the fixed len...
Questions
question
English, 03.02.2020 09:56
Questions on the website: 13722367