BINP
Home
Bioinformatics
Rosalind
Galaxy
Bioinformatics Concepts
Biology Concepts
Evolution
Systematics
Molecular Biology
Computer Science
R
Python
Computer Basics
Research
Resources
About
Python Village
Pra1 Variables and Some Arithmetic
Overview
Stronghold
Count Nucleotides
Question
The Secondary and Tertiary Structures of DNAclick to expand
from community Suhail_27 solution
Computing GC Content
Python Village
Index Python Village
Install Python
Pra1 Variables and Some Arithmetic
Pra4 working with files
Python Village
Pra1 Variables and Some Arithmetic
a
=
806
b
=
830
print
((
f'
{
a
}
^2 +
{
b
}
^2 =
{
a
**
2
+
b
**
2
}
'
))
806^2 + 830^2 = 1338536