[Biopython] Python mini-course

Atteyet-Alla.Yassin Atteyet-Alla.Yassin at ukb.uni-bonn.de
Mon Jun 8 14:09:34 UTC 2015


Hallo Martin, I got this error when I tried to print Hello world. How I 
can solve this bash problem.

ukb03709 at zr1005436:~$ cd Dokumente/idiograms/
ukb03709 at zr1005436:~/Dokumente/idiograms$ ls *.py
bio_import_seq.py    hallo_welt.py       my_first_program.py
genbank_to_table.py  iterating.py        parse-gff3.py
gffexaminer.py       limitingfeature.py  parse.py
ukb03709 at zr1005436:~/Dokumente/idiograms$ print("Hello world")
bash: Syntaxfehler beim unerwarteten Wort `"Hello world"'
ukb03709 at zr1005436:~/Dokumente/idiograms$ python print("Hello world")
bash: Syntaxfehler beim unerwarteten Wort `('
ukb03709 at zr1005436:~/Dokumente/idiograms$ python my_first_program.py
Hallon world!
ukb03709 at zr1005436:~/Dokumente/idiograms$ python print ("Hello world")
bash: Syntaxfehler beim unerwarteten Wort `('
ukb03709 at zr1005436:~/Dokumente/idiograms$


More information about the Biopython mailing list