You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import vcf
vcf_reader = vcf.Reader(open('vcf/test/example-4.2.vcf', 'r'))
for record in vcf_reader:
... print record
File "", line 2
print record
^
IndentationError: Missing parentheses in call to 'print'
python used:
python3 --version
Python 3.4.6
The text was updated successfully, but these errors were encountered:
python used:
The text was updated successfully, but these errors were encountered: