BINP
Home
Rosalind
Resources
Computer Basic
About
Rosalind Village
Pra1 Variables and Some Arithmetic
Home
Rosalind Stronghold
Count Nucleotides
Question
The Secondary and Tertiary Structures of DNAclick to expand
from community Suhail_27 solution
Computing GC Content
Rosalind Village
Install Python
Pra1 Variables and Some Arithmetic
Pra4-working_with_files
Rosalind 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