All public logs
Jump to navigation
Jump to search
Combined display of all available logs of LifeWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:36, 1 July 2024 Tommyaweosme talk contribs created page User:Tommyaweosme/wolfram to ruletable (Created page with "w=str(bin(int(input("wolfram rule")))) w=w[1:] w=w[1:] for i in range(8-len(w)): w="0"+w if w[0]=="1": print("0110000011") if w[1]=="1": print("0100000011") if w[2]=="1": print("0010000011") if w[3]=="1": print("0000000011") if w[4]=="1": print("0110000001") if w[5]=="1": print("0100000001") if w[6]=="1": print("0010000001") if w[7]=="1": print("0000000001 #this isnt going to work")")