creating copy file function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Irrigho5
    New Member
    • Oct 2008
    • 1

    creating copy file function

    i have the open file function just need help with the copy file function and main

    Ask for a source filename and a target filename. Then copy the source file to the target file using the open_file() function of problems 3 and 4, a new copy_file(sourc e_file, target_file) function, and a main() function, with the same exception handling as problems 3 and 4.

    copyfile1.py – The copy_file() function must not use a loop.

    please im me on AIM <removed by moderator> or post back

    much love
    Last edited by Curtis Rutland; Oct 28 '08, 01:41 PM. Reason: removing personal information, cleaning up spacing
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    I have removed your IM address from your post in accordance with our Signature Guidelines. This is for your privacy.

    Also, please read our Posting Guidelines, specifically our homework policy. Asking for our experts to write your program or parts of your program for you is not allowed.

    MODERATOR

    Comment

    Working...