Recent Changes - Search:

Oktatás

* Programozás 1
  + feladatsor
  + GitHub oldal

* Szkriptnyelvek
  + feladatsor
  + quick link

Teaching

* Programming 1 (BI)
  ◇ exercises
  ◇ quick link

teaching assets


Félévek

* 2024/25/2
* archívum


Linkek

* kalendárium
   - munkaszüneti napok '20
* tételsorok
* jegyzetek
* szakdolgozat / PhD
* ösztöndíjak
* certificates
* C lang.
* C++
* C#
* Clojure
* D lang.
* Java
* Nim
* Scala


[ edit | logout ]
[ sandbox | passwd ]

writeln(), write()

See also std.stdio.

(1) writeln(), write()
def main():
    print("Python", 3)  # Python 3

    print("hello", end="")  # no newline

    print()  # line break
import std.stdio;

void main()
{
    writeln("D", "Lang", 2); // DLang2 (no extra space)

    write("hello"); // no newline

    writeln();  // line break
}

writeln() actually means stdout.writeln(), but stdout. can be omitted.

TODO: add writef() and writefln() too

Cloud City

  

Blogjaim, hobbi projektjeim

* The Ubuntu Incident
* Python Adventures
* @GitHub
* heroku
* extra
* haladó Python
* YouTube listák


Debrecen | la France


[ edit ]

Edit - History - Print *** Report - Recent Changes - Search
Page last modified on 2025 June 23, 09:51