Back-End Programming Exam  >  Back-End Programming Videos  >  Python Tutorial in Hindi  >  Python tutorial in Hindi 44 : Let's write our first program : delete common files

Python tutorial in Hindi 44 : Let's write our first program : delete common files Video Lecture | Python Tutorial in Hindi - Back-End Programming

80 videos

FAQs on Python tutorial in Hindi 44 : Let's write our first program : delete common files Video Lecture - Python Tutorial in Hindi - Back-End Programming

1. पायथन में पहला कार्यक्रम कैसे लिखें?
उत्तर: पायथन में पहला कार्यक्रम लिखने के लिए आपको निम्नलिखित कदमों का पालन करना होगा: 1. एक नया फ़ाइल खोलें और उसे .py एक्सटेंशन के साथ सेव करें, उदाहरण के लिए "program.py". 2. फ़ाइल में पायथन कोड लिखें, जैसे कि "print('Hello, World!')". 3. फ़ाइल को सेव करें और बंद करें. 4. कमांड प्रोम्प्ट या टर्मिनल खोलें और फ़ाइल के समान डायरेक्टरी में जाएं. 5. कमांड प्रोम्प्ट या टर्मिनल में "python program.py" टाइप करें. 6. "Hello, World!" का उत्पादन देखें.
2. क्या हम पायथन का उपयोग करके सामान्य फ़ाइलों को हटा सकते हैं?
उत्तर: जी हां, पायथन का उपयोग करके हम सामान्य फ़ाइलों को हटा सकते हैं। पायथन में, हम 'os' लाइब्रेरी का उपयोग करके फ़ाइल सिस्टम आपरेशन कर सकते हैं। इसके लिए, हम 'os.remove()' फ़ंक्शन का उपयोग कर सकते हैं जिसकी सहायता से हम किसी फ़ाइल को हटा सकते हैं।
3. क्या इस पायथन प्रोग्राम का उपयोग करके हम सभी सामान्य फ़ाइलें हटा सकते हैं?
उत्तर: नहीं, इस पायथन प्रोग्राम का उपयोग करके हम सभी सामान्य फ़ाइलें हटा नहीं सकते हैं। इस प्रोग्राम में, हमने स्पष्ट रूप से उन फ़ाइलों को हटाने के लिए निर्देश दिए हैं जिनका नाम 'file1.txt', 'file2.txt' और 'file3.txt' है। आपको अपने फ़ाइलों के नाम को प्रोग्राम में बदलना होगा यदि आप अन्य फ़ाइलों को हटाना चाहते हैं।
4. क्या इस प्रोग्राम का उपयोग करके हम डेटा को हटा सकते हैं?
उत्तर: नहीं, इस प्रोग्राम का उपयोग करके हम डेटा को हटा नहीं सकते हैं। यह प्रोग्राम केवल फ़ाइलें हटाने के लिए बनाया गया है, न कि डेटा को हटाने के लिए।
5. क्या हम इस प्रोग्राम का उपयोग करके एक फ़ोल्डर को हटा सकते हैं?
उत्तर: नहीं, इस प्रोग्राम का उपयोग करके हम एक फ़ोल्डर को हटा नहीं सकते हैं। यह प्रोग्राम केवल फ़ाइलों को हटाने के लिए बनाया गया है, न कि फ़ोल्डरों को हटाने के लिए। फ़ोल्डर हटाने के लिए, आपको अन्य फ़ंक्शन और तरीकों का उपयोग करना होगा जो फ़ोल्डर सिस्टम आपरेशन कर सकते हैं।
Explore Courses for Back-End Programming exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Objective type Questions

,

pdf

,

Semester Notes

,

Summary

,

MCQs

,

Free

,

study material

,

Python tutorial in Hindi 44 : Let's write our first program : delete common files Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

ppt

,

Exam

,

mock tests for examination

,

practice quizzes

,

Python tutorial in Hindi 44 : Let's write our first program : delete common files Video Lecture | Python Tutorial in Hindi - Back-End Programming

,

video lectures

,

Extra Questions

,

past year papers

,

shortcuts and tricks

,

Viva Questions

,

Sample Paper

,

Important questions

,

Previous Year Questions with Solutions

,

Python tutorial in Hindi 44 : Let's write our first program : delete common files Video Lecture | Python Tutorial in Hindi - Back-End Programming

;