Update readme.md

This commit is contained in:
MikeTheWatchGuy 2018-07-11 22:31:28 -04:00 committed by GitHub
parent a372c95562
commit 96cf4fc9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 48 deletions

View File

@ -84,6 +84,7 @@ PySimpleGUI can be broken down into 2 types of API's:
SG.MsgBox('Variable number of parameters example', my_variable, second_variable, "etc")
Each new item begins on a new line in the Message Box
![variablearguments](https://user-images.githubusercontent.com/13696193/42598375-022bc51e-852a-11e8-8f77-4d664ae1a560.jpg)
#### Optional Parameters to a Function Call