package main import "fmt" func main() { lol := 0.4444 fmt.Printf("\nthis is float %#v\n",lol) }