source
go_duckies_yourself
go_duckies_yourself (to)
Tells someone to go duckies themselves.
go_duckies_yourself("luvsuneja")
'go duckies yourself luvsuneja'
assert go_duckies_yourself("luvsuneja") == "go duckies yourself luvsuneja"
from fastcore.test import *
test_eq(go_duckies_yourself("luvsuneja"), "go duckies yourself luvsuneja")
from IPython.display import display,SVG
display(SVG('<svg height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40"/></svg>'))