Computer Science, asked by PreChrist, 7 months ago

Write a Python program that asks the user for his first name and last name and a number (1, 100]. The output is a text file with as email addresses for the user:

Sample Input
John, Coe, 3
Expected Output

output.txt
[email protected]
[email protected]
[email protected]

Answers

Answered by ıtʑFᴇᴇʟɓᴇãᴛ
0

tex

coad

John, Coe, 3

Expected Output

output.txt

[email protected]

[email protected]

[email protected]

tex/5

Similar questions