; 20241007 R.v.Vessum converted python source to metta ; FILE: 29../../../hyperon-experimental/python/tests/test_stdlib.py :72 ;
!(py-list ())
;
!(assertEqualToResult ( ) ( ) ) ;
lastline 72
!(py-tuple ()) ;
lastline 73
; !(py-dict ()) ;
lastline 74
!(py-tuple (1 (2 (3 "3")) (py-atom list))) ;
lastline 75
!(py-list (1 2 (4.5 3))) ;
lastline 76
!(py-list (1 2 (py-tuple (3 4)))) ;
lastline 77
!(py-dict ((a "b") ("b" "c"))) ;
lastline 79
!(py-list (a b c)) ;
lastline 81
!(py-chain (1 2 3 4)) ;
lastline 83
!(py-dict (("a" "b" "c") ("b" "c"))) ;
lastline 88