Jump to content

Dna code?


Frogger

Recommended Posts

https://images.app.goo.gl/NTEDUvnmRQFjqRzX7

These are every possible genetic code possible. 

To alter your genetic code, should you run this program, but wait until your genetic code meets you? 

------>-------->

Dim I$(1 to 64), Bases$(1 to 4)

Bases$(1)="T"

Bases$(2)="C"

Bases$(3)="A"

Bases$(4)="G"

For base1=1 to 4

For base2=1 to 4

For base3=1 to 4

n=n+1

I$(n)=Bases$(base1) + Bases$(base2) +Bases$(base3) 

Next base3

Next base2

Next base1

The above program runs through every possible genetic code (!) however should you wait until your genetic code catches you? 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Dim I$(0), Bases$(1 to 4)

Bases$(1)="T"

Bases$(2)="C"

Bases$(3)="A"

Bases$(4)="G"

For base1=1 to 4

For base2=1 to 4

For base3=1 to 4

I$(0)=Bases$(base1) + Bases$(base2) + Bases$(base3)

Next base3

Next base2

Next base1

The above is a correction. 

 

Link to comment
Share on other sites

To alter my dna so I may change form (!). However should I alter my conception dna, NOW, must I wait until my conception reaches this moment, and would my conception ever reach the moment without the end of time? 

0---------->1----------->2

------------>0----------->1

 

Link to comment
Share on other sites

33 minutes ago, Frogger said:

To alter my dna so I may change form (!). However should I alter my conception dna, NOW, must I wait until my conception reaches this moment, and would my conception ever reach the moment without the end of time? 

0---------->1----------->2

------------>0----------->1

 

!

Moderator Note

Unfortunately, your posts inherently fun afoul of our rules requiring clarity and reasonableness. You seem more interested in asking questions about impossibilities than in having a discussion about science. Perhaps another forum would be best for you?

 
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.