ScratchData LogoScratchData
Back to UnlinedBus_alt's profile

Golang tutorial - Foundments - Print() and Printf()

UNUnlinedBus_alt•Created May 26, 2021
Golang tutorial - Foundments - Print() and Printf()
1
0
21 views
View on Scratch

Instructions

You don't need to update your GoLand! Comma, not colon, just spelling error. The code is on the screen. fmt.Printf() formatting values guide: %s - string values, %g - float values (like 1.0, 2.3), %o - integer values, %t - boolean values (true or false), %e - scientific notations, More at https://www.geeksforgeeks.org/fmt-printf-function-in-golang-with-examples/

Project Details

Project ID536413424
CreatedMay 26, 2021
Last ModifiedMay 27, 2021
SharedMay 27, 2021
Visibilityvisible
CommentsAllowed