python - Returning yield of lambda within iter -


  f = open ('c: \\ पायथन 33 \\ text file.txt', 'r') सी में आईएआरआर (लैम्ब्डा: एफ। रीड (1), '\ n'): प्रिंट (?)   

मैं कैसे मान मुद्रित करूँगा जो लैम्ब्डा: एफ.ड्रेड (1) पैदावार कृपया?

बस सी प्रिंट करें । ऐसा करने के लिए आप अपने कोड के लिए iter () से प्राप्त कर रहे हैं।

  f = open ('C: \\ Python33 \\ text file.txt', 'आर') के लिए आईटर (लैम्ब्डा: एफ। रीड (1), '\ n'): प्रिंट (सी)   

छोटे सुधार सुझाव, स्थान का उपयोग करें:

  खुले के साथ ('सी: \\ पायथन 33 \\ text file.txt', 'r') के रूप में एफ: सी के लिए आईटर (लैम्ब्डा: एफ.्रेड (1), '\ n' ): प्रिंट (सी)   

इस तरह आपको f.close ()

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -