I'm working with biopython.
I ask the input of an input ():
enz_name1 = input('ENZYME 1 NAME: ')
enz_name2 = input('ENZYME 2 NAME: ')
However, when I want to use input () to use the .catalyse option, like this:
rb=RestrictionBatch()...
asked by
12.08.2018 / 14:39